[PATCH] staging: greybus: es2.c: fix some coding style issues

2017-02-09 Thread Gioh Kim
Fix two coding style issues: 1. line over 80 characters 2. Octal permissions are preffered than symbolic ones Signed-off-by: Gioh Kim --- drivers/staging/greybus/es2.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git

[PATCH] staging: greybus: es2.c: fix some coding style issues

2017-02-09 Thread Gioh Kim
Fix two coding style issues: 1. line over 80 characters 2. Octal permissions are preffered than symbolic ones Signed-off-by: Gioh Kim --- drivers/staging/greybus/es2.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/staging/greybus/es2.c

Re: [PATCH] staging: greybus: es2.c: fix some coding style issues

2017-02-09 Thread Greg KH
On Thu, Feb 09, 2017 at 12:04:59PM +0100, Gioh Kim wrote: > Fix two coding style issues: > 1. line over 80 characters > 2. Octal permissions are preffered than symbolic ones I just said not to do this, why resend it? Also, you forgot to include the correct people and mailing list on the patch,

Re: [PATCH] staging: greybus: es2.c: fix some coding style issues

2017-02-09 Thread Greg KH
On Thu, Feb 09, 2017 at 12:04:59PM +0100, Gioh Kim wrote: > Fix two coding style issues: > 1. line over 80 characters > 2. Octal permissions are preffered than symbolic ones I just said not to do this, why resend it? Also, you forgot to include the correct people and mailing list on the patch,