]> www.infradead.org Git - users/jedix/linux-maple.git/commit
spi: fix typo in the comment
authorYan Zhen <yanzhen@vivo.com>
Sat, 14 Sep 2024 09:52:13 +0000 (17:52 +0800)
committerMark Brown <broonie@kernel.org>
Sun, 29 Sep 2024 23:12:21 +0000 (01:12 +0200)
commit89980d3a34655d99c599f6acf877fd48775a29ad
tree16d9909cc7c2d931d02f4215d9e514c4b00ab332
parent9852d85ec9d492ebef56dc5f229416c925758edc
spi: fix typo in the comment

Correctly spelled comments make it easier for the reader to understand
the code.

Replace 'progrom' with 'program' in the comment &
replace 'Recevie' with 'Receive' in the comment &
replace 'receieved' with 'received' in the comment &
replace 'ajacent' with 'adjacent' in the comment &
replace 'trasaction' with 'transaction' in the comment &
replace 'pecularity' with 'peculiarity' in the comment &
replace 'resiter' with 'register' in the comment &
replace 'tansmition' with 'transmission' in the comment &
replace 'Deufult' with 'Default' in the comment &
replace 'tansfer' with 'transfer' in the comment &
replace 'settign' with 'setting' in the comment.

Signed-off-by: Yan Zhen <yanzhen@vivo.com>
Reviewed-by: Andi Shyti <andi.shyti@kernel.org>
Link: https://patch.msgid.link/20240914095213.298256-1-yanzhen@vivo.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-hisi-sfc-v3xx.c
drivers/spi/spi-lantiq-ssc.c
drivers/spi/spi-mpc52xx-psc.c
drivers/spi/spi-pic32-sqi.c
drivers/spi/spi-pl022.c
drivers/spi/spi-rockchip-sfc.c
drivers/spi/spi-rockchip.c
drivers/spi/spi-s3c64xx.c
drivers/spi/spi-sprd.c
drivers/spi/spi-tegra20-slink.c