]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: s3c2410: Fix typos in a comments
authorMarkus Elfring <elfring@users.sourceforge.net>
Mon, 2 Oct 2017 17:34:36 +0000 (19:34 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Wed, 4 Oct 2017 19:09:18 +0000 (21:09 +0200)
Fix "infromation" language typo.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
[krzk: Rewrite commit message]
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/mach-s3c24xx/iotiming-s3c2410.c
arch/arm/mach-s3c24xx/iotiming-s3c2412.c

index c18769b5f15ac8ed1267e933540eb9763ddee1d9..d5f1f06e481157ffca5383552660a15f1f82fb40 100644 (file)
@@ -206,7 +206,7 @@ static int calc_tacc(unsigned int cyc, int nwait_en,
 }
 
 /**
- * s3c2410_calc_bank - calculate bank timing infromation
+ * s3c2410_calc_bank - calculate bank timing information
  * @cfg: The configuration we need to calculate for.
  * @bt: The bank timing information.
  *
index 01bcd7d5dac7fe1540a0ed89b68598e6aeeb2554..c5b12f6b02b53d4f5cc2a3b315efa7dc0b49ff43 100644 (file)
@@ -35,7 +35,7 @@
 #define print_ns(x) ((x) / 10), ((x) % 10)
 
 /**
- * s3c2412_print_timing - print timing infromation via printk.
+ * s3c2412_print_timing - print timing information via printk.
  * @pfx: The prefix to print each line with.
  * @iot: The IO timing information
  */