Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755128AbdFWUYJ (ORCPT ); Fri, 23 Jun 2017 16:24:09 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:45960 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755068AbdFWUYC (ORCPT ); Fri, 23 Jun 2017 16:24:02 -0400 Date: Fri, 23 Jun 2017 19:25:16 +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/2] Staging: rtl8712 : os_intfs.c: use octal Message-ID: <20170623172516.GC19626@kroah.com> References: <1498126355-26540-1-git-send-email-rjdurga@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1498126355-26540-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: 320 Lines: 12 On Thu, Jun 22, 2017 at 03:42:35PM +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 > --6 What is this last line for? Please fix up and resend. thanks, greg k-h