Re: [PATCH] staging: gasket: Use octal permissions instead of symbolic.

2018-11-07 Thread Greg KH
On Wed, Nov 07, 2018 at 05:41:29PM +0530, Rohit Sarkar wrote: > On Tue, Nov 06, 2018 at 09:12:45PM +0100, Greg KH wrote: > > On Tue, Nov 06, 2018 at 04:33:47PM +0530, Rohit Sarkar wrote: > > > Replace S_IRUGO with 0444. Issue found by checkpatch. > > > > > > Signed-off-by: Rohit Sarkar > > > ---

Re: [PATCH] staging: gasket: Use octal permissions instead of symbolic.

2018-11-07 Thread Rohit Sarkar
On Tue, Nov 06, 2018 at 09:12:45PM +0100, Greg KH wrote: > On Tue, Nov 06, 2018 at 04:33:47PM +0530, Rohit Sarkar wrote: > > Replace S_IRUGO with 0444. Issue found by checkpatch. > > > > Signed-off-by: Rohit Sarkar > > --- > > drivers/staging/gasket/gasket_sysfs.h | 4 ++-- > > 1 file changed, 2