Re: [PATCH] fix coding style issue use octal permission instead of decimal

2017-02-10 Thread Greg KH
On Fri, Feb 10, 2017 at 05:47:11PM +0900, Chetan Sethi wrote: > This is a patch to the dim2_hdm.c file that fixes coding style error found > by checkpatch.pl > > Signed-off-by: Chetan Sethi > --- > drivers/staging/most/hdm-dim2/dim2_hdm.c | 4 ++-- > 1 file changed, 2

[PATCH] fix coding style issue use octal permission instead of decimal

2017-02-10 Thread Chetan Sethi
This is a patch to the dim2_hdm.c file that fixes coding style error found by checkpatch.pl Signed-off-by: Chetan Sethi --- drivers/staging/most/hdm-dim2/dim2_hdm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git