Re: [PATCH 1/3] audit: auditfilter: remove unnecessary semicolon

2017-03-10 Thread Paul Moore
On Thu, Feb 23, 2017 at 11:24 AM, Nicholas Mc Guire wrote: > The excess ; after the closing parenthesis is just code-noise it has no > and can be removed. > > Signed-off-by: Nicholas Mc Guire > --- > Problem located by coccinelle >

Re: [PATCH 1/3] audit: auditfilter: remove unnecessary semicolon

2017-03-10 Thread Paul Moore
On Thu, Feb 23, 2017 at 11:24 AM, Nicholas Mc Guire wrote: > The excess ; after the closing parenthesis is just code-noise it has no > and can be removed. > > Signed-off-by: Nicholas Mc Guire > --- > Problem located by coccinelle > ./kernel/auditfilter.c:341:2-3: Unneeded semicolon >

[PATCH 1/3] audit: auditfilter: remove unnecessary semicolon

2017-02-23 Thread Nicholas Mc Guire
The excess ; after the closing parenthesis is just code-noise it has no and can be removed. Signed-off-by: Nicholas Mc Guire --- Problem located by coccinelle ./kernel/auditfilter.c:341:2-3: Unneeded semicolon ./kernel/auditfilter.c:415:2-3: Unneeded semicolon Patch was

[PATCH 1/3] audit: auditfilter: remove unnecessary semicolon

2017-02-23 Thread Nicholas Mc Guire
The excess ; after the closing parenthesis is just code-noise it has no and can be removed. Signed-off-by: Nicholas Mc Guire --- Problem located by coccinelle ./kernel/auditfilter.c:341:2-3: Unneeded semicolon ./kernel/auditfilter.c:415:2-3: Unneeded semicolon Patch was compiletested with: