diff options
author | Markus Elfring <elfring@users.sourceforge.net> | 2017-10-02 13:34:36 -0400 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2017-10-04 15:09:18 -0400 |
commit | 6c7a7db2e4c25acf8bd8086797d39a51728139e0 (patch) | |
tree | ad7d236f8fd15ceda44c61bf1485dc9191fa2043 | |
parent | 637a75207087b4e862e0b5016547dbf8753b4346 (diff) |
ARM: s3c2410: Fix typos in a comments
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>
-rw-r--r-- | arch/arm/mach-s3c24xx/iotiming-s3c2410.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-s3c24xx/iotiming-s3c2412.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c24xx/iotiming-s3c2410.c b/arch/arm/mach-s3c24xx/iotiming-s3c2410.c index c18769b5f15a..d5f1f06e4811 100644 --- a/arch/arm/mach-s3c24xx/iotiming-s3c2410.c +++ b/arch/arm/mach-s3c24xx/iotiming-s3c2410.c | |||
@@ -206,7 +206,7 @@ static int calc_tacc(unsigned int cyc, int nwait_en, | |||
206 | } | 206 | } |
207 | 207 | ||
208 | /** | 208 | /** |
209 | * s3c2410_calc_bank - calculate bank timing infromation | 209 | * s3c2410_calc_bank - calculate bank timing information |
210 | * @cfg: The configuration we need to calculate for. | 210 | * @cfg: The configuration we need to calculate for. |
211 | * @bt: The bank timing information. | 211 | * @bt: The bank timing information. |
212 | * | 212 | * |
diff --git a/arch/arm/mach-s3c24xx/iotiming-s3c2412.c b/arch/arm/mach-s3c24xx/iotiming-s3c2412.c index 01bcd7d5dac7..c5b12f6b02b5 100644 --- a/arch/arm/mach-s3c24xx/iotiming-s3c2412.c +++ b/arch/arm/mach-s3c24xx/iotiming-s3c2412.c | |||
@@ -35,7 +35,7 @@ | |||
35 | #define print_ns(x) ((x) / 10), ((x) % 10) | 35 | #define print_ns(x) ((x) / 10), ((x) % 10) |
36 | 36 | ||
37 | /** | 37 | /** |
38 | * s3c2412_print_timing - print timing infromation via printk. | 38 | * s3c2412_print_timing - print timing information via printk. |
39 | * @pfx: The prefix to print each line with. | 39 | * @pfx: The prefix to print each line with. |
40 | * @iot: The IO timing information | 40 | * @iot: The IO timing information |
41 | */ | 41 | */ |