Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755357AbdGKRIq (ORCPT ); Tue, 11 Jul 2017 13:08:46 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:58102 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754999AbdGKRIp (ORCPT ); Tue, 11 Jul 2017 13:08:45 -0400 Date: Tue, 11 Jul 2017 19:08:42 +0200 From: Greg KH To: Jaya Durga Cc: devel@driverdev.osuosl.org, binoy.jayan@linaro.org, Jaya Durga , arnd@arndb.de, florian.c.schilhabel@googlemail.com, rvarsha016@gmail.com, louie.lu@hopebaytech.com, linux-kernel@vger.kernel.org, julia.lawall@lip6.fr, Larry.Finger@lwfinger.net Subject: Re: [PATCH 2/6] Staging: rtl8712 : os_intfs.c: use octal permission representation Message-ID: <20170711170842.GB5013@kroah.com> References: <1498802293-5086-1-git-send-email-rjdurga@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1498802293-5086-1-git-send-email-rjdurga@gmail.com> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 386 Lines: 10 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 > --- > drivers/staging/rtl8712/os_intfs.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Where are the other 5 patches in this series?