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>
This commit is contained in:
parent
637a752070
commit
6c7a7db2e4
|
@ -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.
|
||||
*
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue