diff options
author | Julia Lawall <Julia.Lawall@inria.fr> | 2022-03-18 13:37:26 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-04-04 19:57:34 +0300 |
commit | 170a0c56c5ec597fa15447e63272827a80a19be1 (patch) | |
tree | 982542f474be0602c7099522c6fb121a6d865f4b /arch/arm/mach-s3c/s3c24xx.c | |
parent | a0861079a218aeca314eba38245a47f33d51f476 (diff) | |
download | linux-170a0c56c5ec597fa15447e63272827a80a19be1.tar.xz |
ARM: s3c: fix typos in comments
Various spelling mistakes in comments.
Detected with the help of Coccinelle.
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Link: https://lore.kernel.org/r/20220318103729.157574-31-Julia.Lawall@inria.fr
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Diffstat (limited to 'arch/arm/mach-s3c/s3c24xx.c')
-rw-r--r-- | arch/arm/mach-s3c/s3c24xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c/s3c24xx.c b/arch/arm/mach-s3c/s3c24xx.c index ccfed48c98aa..37eaf9480da7 100644 --- a/arch/arm/mach-s3c/s3c24xx.c +++ b/arch/arm/mach-s3c/s3c24xx.c @@ -146,7 +146,7 @@ static struct map_desc s3c_iodesc[] __initdata __maybe_unused = { IODESC_ENT(UART) }; -/* read cpu identificaiton code */ +/* read cpu identification code */ static unsigned long s3c24xx_read_idcode_v5(void) { |