summaryrefslogtreecommitdiffstats
path: root/include/trace/events
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2023-07-10 18:49:32 +0300
committerMark Brown <broonie@kernel.org>2023-07-11 14:14:32 +0100
commit702ca0269ed56e2d8dae7874a4d8af268e2a382e (patch)
treebfd4ff3fa5b3ea21eb409e0661e97790ce495af8 /include/trace/events
parent7a2b552c8e0e5bb280558f6c120140f5f06323bc (diff)
downloadlinux-stable-702ca0269ed56e2d8dae7874a4d8af268e2a382e.tar.gz
linux-stable-702ca0269ed56e2d8dae7874a4d8af268e2a382e.tar.bz2
linux-stable-702ca0269ed56e2d8dae7874a4d8af268e2a382e.zip
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/events')
-rw-r--r--include/trace/events/spi.h2
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.
*/