Re: [PATCH 2/6] Staging: rtl8712 : os_intfs.c: use octal permission representation

From: Greg KH
Date: Tue Jul 11 2017 - 13:08:54 EST


On Fri, Jun 30, 2017 at 11:28:13AM +0530, Jaya Durga wrote:
> Fix checkpatch.pl Warning: Symbolic permissions 'S_IRUGO | S_IWUSR' are not preferred.
> Consider using octal permissions '0644'.
>
> Signed-off-by: Jaya Durga <jayad@xxxxxxx>
> ---
> drivers/staging/rtl8712/os_intfs.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Where are the other 5 patches in this series?