summaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c/iotiming-s3c2410.c
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@inria.fr>2022-03-18 11:37:26 +0100
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2022-04-04 18:57:34 +0200
commit170a0c56c5ec597fa15447e63272827a80a19be1 (patch)
tree982542f474be0602c7099522c6fb121a6d865f4b /arch/arm/mach-s3c/iotiming-s3c2410.c
parenta0861079a218aeca314eba38245a47f33d51f476 (diff)
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/iotiming-s3c2410.c')
-rw-r--r--arch/arm/mach-s3c/iotiming-s3c2410.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c/iotiming-s3c2410.c b/arch/arm/mach-s3c/iotiming-s3c2410.c
index 28d9f473e24a..09f388d8f824 100644
--- a/arch/arm/mach-s3c/iotiming-s3c2410.c
+++ b/arch/arm/mach-s3c/iotiming-s3c2410.c
@@ -259,7 +259,7 @@ static const unsigned int tacc_tab[] = {
/**
* get_tacc - turn tACC value into cycle time
* @hclk_tns: The cycle time for HCLK, in 10ths of nanoseconds.
- * @val: The bank timing register value, shifed down.
+ * @val: The bank timing register value, shifted down.
*/
static unsigned int get_tacc(unsigned long hclk_tns,
unsigned long val)