Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753347AbdF2OUO (ORCPT ); Thu, 29 Jun 2017 10:20:14 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:52786 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753274AbdF2OUG (ORCPT ); Thu, 29 Jun 2017 10:20:06 -0400 Date: Thu, 29 Jun 2017 16:20:04 +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 v2 1/2] Staging: rtl8712 : os_intfs.c: use octal permission representation Message-ID: <20170629142004.GA29769@kroah.com> References: <1498548961-8776-1-git-send-email-rjdurga@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1498548961-8776-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: 795 Lines: 21 On Tue, Jun 27, 2017 at 01:06:00PM +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(-) I have a bizarre series of oddly numbered patches from you, and no where is a whole, correctly numbered, set of patches that I can sort correctly and apply to my tree knowing that I did not miss any. So I've now dropped all of your patches you have sent to me from my queue. Please redo them all and resend them properly numbered in a manner that makes it _obvious_ what ones I should review and what order they should be applied in. thanks, greg k-h