Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1530230
| From | Dan Carpenter <dan.carpenter@oracle.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 1/5] staging: speakup: synth.c Spaces around operators |
| Date | 2016-11-25 14:20 +0100 |
| Message-ID | <sHoA2-129-29@gated-at.bofh.it> (permalink) |
| References | <sFhMm-7VK-5@gated-at.bofh.it> <sFhMm-7VK-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Sat, Nov 19, 2016 at 12:35:43PM -0500, Walt Feasel wrote: > Make suggested checkpatch modification for > CHECK: spaces preferred around that '+,|,-,/' > > Signed-off-by: Walt Feasel <waltfeasel@gmail.com> > --- > v2 makes changes to correct for email format patch submission > > drivers/staging/speakup/synth.c | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/drivers/staging/speakup/synth.c b/drivers/staging/speakup/synth.c > index 54b2f39..9c73a33 100644 > --- a/drivers/staging/speakup/synth.c > +++ b/drivers/staging/speakup/synth.c > @@ -1,4 +1,4 @@ > -#include <linux/types.h> > +w#include <linux/types.h> This is a mistake. regards, dan carpenter
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v2 1/5] staging: speakup: synth.c Spaces around operators Walt Feasel <waltfeasel@gmail.com> - 2016-11-19 18:40 +0100 [PATCH v3 1/5] staging: speakup: synth.c Spaces around operators Walt Feasel <waltfeasel@gmail.com> - 2016-11-19 20:40 +0100 Re: [PATCH v2 1/5] staging: speakup: synth.c Spaces around operators Dan Carpenter <dan.carpenter@oracle.com> - 2016-11-25 14:20 +0100
csiph-web