Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
 *
+1 −1
Original line number Diff line number Diff line
@@ -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
 */