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:
Markus Elfring 2017-10-02 19:34:36 +02:00 committed by Krzysztof Kozlowski
parent 637a752070
commit 6c7a7db2e4
2 changed files with 2 additions and 2 deletions

View 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.
*

View 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
*/