diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2023-07-10 18:49:32 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-07-11 16:14:32 +0300 |
commit | 702ca0269ed56e2d8dae7874a4d8af268e2a382e (patch) | |
tree | bfd4ff3fa5b3ea21eb409e0661e97790ce495af8 /include/trace | |
parent | 7a2b552c8e0e5bb280558f6c120140f5f06323bc (diff) | |
download | linux-702ca0269ed56e2d8dae7874a4d8af268e2a382e.tar.xz |
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>
Diffstat (limited to 'include/trace')
-rw-r--r-- | include/trace/events/spi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trace/events/spi.h b/include/trace/events/spi.h index c0248a8fa79c..e63d4a24d879 100644 --- a/include/trace/events/spi.h +++ b/include/trace/events/spi.h @@ -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. */ |