From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751141Ab3JTRlu (ORCPT ); Sun, 20 Oct 2013 13:41:50 -0400 Received: from yahoo.smtp.stone-is.be ([5.134.1.31]:33574 "EHLO yahoo.smtp.stone-is.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750772Ab3JTRlt (ORCPT ); Sun, 20 Oct 2013 13:41:49 -0400 X-Greylist: delayed 592 seconds by postgrey-1.27 at vger.kernel.org; Sun, 20 Oct 2013 13:41:49 EDT X-No-Relay: not in my network X-No-Relay: not in my network X-No-Relay: not in my network X-No-Relay: not in my network X-No-Relay: not in my network X-No-Relay: not in my network Message-ID: <52641389.6090604@acm.org> Date: Sun, 20 Oct 2013 19:31:53 +0200 From: Bart Van Assche User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: dgilbert@interlog.com, SCSI development list , vaughan , Madper Xie , James Bottomley CC: linux-kernel Subject: Re: [PATCH] [SCSI] sg: late O_EXCL fix for lk 3.12-rc References: <52640025.60709@interlog.com> In-Reply-To: <52640025.60709@interlog.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/20/13 18:09, Douglas Gilbert wrote: > Given that lk 3.12.0 release is not far away, the safest path > may still be to revert Vaughan Cao's patch. I'll leave that > decision to the maintainers. Hello Doug, Thanks for looking into this. But I would appreciate it if you could address the whitespace errors reported by checkpatch: ERROR: space prohibited after that '!' (ctx:BxW) #24: FILE: drivers/scsi/sg.c:241: + (excl_case ? (! sdp->exclude) : sfds_list_empty(sdp)))); ^ ERROR: space prohibited after that '!' (ctx:BxW) #55: FILE: drivers/scsi/sg.c:289: + if (! alone) { ^ ERROR: code indent should use tabs where possible #59: FILE: drivers/scsi/sg.c:292: + }$ WARNING: please, no spaces at the start of a line #59: FILE: drivers/scsi/sg.c:292: + }$ ERROR: space prohibited after that '!' (ctx:BxW) #73: FILE: drivers/scsi/sg.c:301: + while (! alone) { ^ WARNING: suspect code indent for conditional statements (8, 12) #144: FILE: drivers/scsi/sg.c:375: + if (excl || sfds_list_empty(sdp)) + wake_up_interruptible(&sdp->open_wait); Thanks, Bart.