Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1743245
| From | SF Markus Elfring <elfring@users.sourceforge.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 6/6] ARM: s3c2412: Fix a typo in a comment line |
| Date | 2017-10-02 22:50 +0200 |
| Message-ID | <uwfP7-ur-77@gated-at.bofh.it> (permalink) |
| References | <uwfP5-ur-37@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Markus Elfring <elfring@users.sourceforge.net> Date: Mon, 2 Oct 2017 19:41:10 +0200 Adjust a word in this function description. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> --- arch/arm/mach-s3c24xx/iotiming-s3c2412.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ #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 */ -- 2.14.2
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 6/6] ARM: s3c2412: Fix a typo in a comment line SF Markus Elfring <elfring@users.sourceforge.net> - 2017-10-02 22:50 +0200
csiph-web