mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 08:03:01 +09:00
spi: Fix spelling typos and acronyms capitalization
Fix - spelling typos - capitalization of acronyms in the comments. While at it, fix the multi-line comment style. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20230710154932.68377-16-andriy.shevchenko@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
committed by
Mark Brown
parent
7a2b552c8e
commit
702ca0269e
@@ -167,7 +167,7 @@ TRACE_EVENT(spi_message_done,
|
||||
);
|
||||
|
||||
/*
|
||||
* consider a buffer valid if non-NULL and if it doesn't match the dummy buffer
|
||||
* Consider a buffer valid if non-NULL and if it doesn't match the dummy buffer
|
||||
* that only exist to work with controllers that have SPI_CONTROLLER_MUST_TX or
|
||||
* SPI_CONTROLLER_MUST_RX.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user