Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755711AbdGKRJI (ORCPT ); Tue, 11 Jul 2017 13:09:08 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:58134 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755372AbdGKRJH (ORCPT ); Tue, 11 Jul 2017 13:09:07 -0400 Date: Tue, 11 Jul 2017 19:09:03 +0200 From: Greg KH To: Jaya Durga Cc: devel@driverdev.osuosl.org, binoy.jayan@linaro.org, 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: <20170711170903.GC5013@kroah.com> References: <1499148075-31280-1-git-send-email-rjdurga@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1499148075-31280-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: 501 Lines: 17 On Tue, Jul 04, 2017 at 11:31:15AM +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(-) Did something change from the previous version of this patch? If so, what? And again, where are the rest of the patches in this series? thanks, greg k-h