Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1520310
| From | Walt Feasel <waltfeasel@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2] [STYLE 1/5]staging:speakup:synth.c Modified block text |
| Date | 2016-11-12 19:00 +0100 |
| Message-ID | <sCKKR-5h7-13@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Modified block comment for alignment consistency Signed-off-by: Walt Feasel <waltfeasel@gmail.com> --- drivers/staging/speakup/synth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/speakup/synth.c b/drivers/staging/speakup/synth.c index 54b2f39..800fbbf 100644 --- a/drivers/staging/speakup/synth.c +++ b/drivers/staging/speakup/synth.c @@ -8,7 +8,7 @@ #include <linux/delay.h> /* for loops_per_sec */ #include <linux/kmod.h> #include <linux/jiffies.h> -#include <linux/uaccess.h> /* for copy_from_user */ +#include <linux/uaccess.h> /* for copy_from_user */ #include <linux/sched.h> #include <linux/timer.h> #include <linux/kthread.h> -- 2.1.4
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v2] [STYLE 1/5]staging:speakup:synth.c Modified block text Walt Feasel <waltfeasel@gmail.com> - 2016-11-12 19:00 +0100
csiph-web