Commit 6c7a7db2 authored by Markus Elfring's avatar Markus Elfring Committed by Krzysztof Kozlowski

ARM: s3c2410: Fix typos in a comments

Fix "infromation" language typo.
Signed-off-by: default avatarMarkus Elfring <elfring@users.sourceforge.net>
[krzk: Rewrite commit message]
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 637a7520
...@@ -206,7 +206,7 @@ static int calc_tacc(unsigned int cyc, int nwait_en, ...@@ -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. * @cfg: The configuration we need to calculate for.
* @bt: The bank timing information. * @bt: The bank timing information.
* *
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#define print_ns(x) ((x) / 10), ((x) % 10) #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. * @pfx: The prefix to print each line with.
* @iot: The IO timing information * @iot: The IO timing information
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment