[PATCH v2] staging: gasket: replace symbolic permissions

2020-06-22 Thread Rodolfo C. Villordo
-off-by: Rodolfo C. Villordo --- drivers/staging/gasket/gasket_sysfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/gasket/gasket_sysfs.h b/drivers/staging/gasket/gasket_sysfs.h index ab5aa351d555..d5e167dfbe76 100644 --- a/drivers/staging/gasket

Re: [PATCH] staging: gasket: replace symbolic permissions

2020-06-22 Thread Rodolfo C Villordo
On Fri, Jun 19, 2020 at 10:32:24AM +0200, Greg Kroah-Hartman wrote: > On Fri, Jun 19, 2020 at 08:27:14AM +0000, Rodolfo C Villordo wrote: > > On Thu, Jun 18, 2020 at 09:47:50AM +0200, Greg Kroah-Hartman wrote: > > > On Mon, Jun 01, 2020 at 12:52:40AM +, Rodolfo

Re: [PATCH] staging: gasket: replace symbolic permissions

2020-06-19 Thread Rodolfo C Villordo
On Thu, Jun 18, 2020 at 09:47:50AM +0200, Greg Kroah-Hartman wrote: > On Mon, Jun 01, 2020 at 12:52:40AM +0000, Rodolfo C. Villordo wrote: > > WARNING: Symbolic permissions 'S_IRUGO' are not preferred. Consider using > > octal permissions '0444'. > > + .attr =

Re: Forest Bond ,Greg Kroah-Hartman , de...@driverdev.osuosl.org, linux-ker...@vger.kernel.org

2020-06-10 Thread Rodolfo C Villordo
On Mon, Jun 08, 2020 at 04:33:06PM -0700, Joe Perches wrote: > On Mon, 2020-06-08 at 22:58 +0000, Rodolfo C Villordo wrote: > > > > How should I move forward with this? > > > > 1 - Update this patch with the changes pointed by Dan Carpenter? > > Keep your ch

[PATCH] staging: gasket: replace symbolic permissions

2020-05-31 Thread Rodolfo C. Villordo
WARNING: Symbolic permissions 'S_IRUGO' are not preferred. Consider using octal permissions '0444'. + .attr = __ATTR(_name, S_IRUGO, _show_function, NULL), \ warning detected by checkpatch.pl Signed-off-by: Rodolfo C. Villordo --- drivers/staging/gasket/gasket_sysfs.h