Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751518AbZIUQU5 (ORCPT ); Mon, 21 Sep 2009 12:20:57 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751175AbZIUQUy (ORCPT ); Mon, 21 Sep 2009 12:20:54 -0400 Received: from na6sys009bog009.obsmtp.com ([74.125.150.58]:33943 "EHLO na6sys009bog009.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751017AbZIUQUx convert rfc822-to-8bit (ORCPT ); Mon, 21 Sep 2009 12:20:53 -0400 X-Greylist: delayed 939 seconds by postgrey-1.27 at vger.kernel.org; Mon, 21 Sep 2009 12:20:52 EDT From: "Yang, Bo" To: Daniel Walker CC: "James.Bottomley@HansenPartnership.com" , "James.Bottomley@suse.de" , "linux-scsi@vger.kernel.org" , "akpm@osdl.org" , "linux-kernel@vger.kernel.org" Date: Mon, 21 Sep 2009 10:04:57 -0600 Subject: RE: [PATCH 1/12] scsi: megaraid_sas - tape drive support fix Thread-Topic: [PATCH 1/12] scsi: megaraid_sas - tape drive support fix Thread-Index: Aco61CwJMvwHxIOsQii5XA2F0X2XwAAAJZxA Message-ID: <4B6A08C587958942AA3002690DD4F8C35C51252F@cosmail02.lsi.com> References: <4B6A08C587958942AA3002690DD4F8C35C5123FA@cosmail02.lsi.com> <1253504435.9654.221.camel@desktop> <4B6A08C587958942AA3002690DD4F8C35C5124EB@cosmail02.lsi.com> <1253548622.9654.233.camel@desktop> In-Reply-To: <1253548622.9654.233.camel@desktop> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2427 Lines: 66 Daniel, Thanks Daniel. Let me verify if this copy/paste did those changes. Bo Yang -----Original Message----- From: Daniel Walker [mailto:dwalker@fifo99.com] Sent: Monday, September 21, 2009 11:57 AM To: Yang, Bo Cc: James.Bottomley@HansenPartnership.com; James.Bottomley@suse.de; linux-scsi@vger.kernel.org; akpm@osdl.org; linux-kernel@vger.kernel.org Subject: RE: [PATCH 1/12] scsi: megaraid_sas - tape drive support fix On Mon, 2009-09-21 at 09:22 -0600, Yang, Bo wrote: > Daniel, > > Thanks for viewing the patches. I did run the checkpatch.pl first before I submit the patches. Is there possible you can tell me the errors in the specific patch, I need to find out if it is my e-mail setting problems or something else. There are problems in all your patches.. >From patch 1 (not all the errors), ERROR: patch seems to be corrupt (line wrapped?) #73: FILE: drivers/scsi/megaraid/megaraid_sas.c:686: memcpy(pthru->cdb, scp->cmnd, scp->cmd_len); ERROR: Invalid UTF-8, patch and commit message should be encoded in UTF-8 #76: FILE: drivers/scsi/megaraid/megaraid_sas.c:688: + * If the command is for the tape device, set the ^ ERROR: Invalid UTF-8, patch and commit message should be encoded in UTF-8 #77: FILE: drivers/scsi/megaraid/megaraid_sas.c:689: + * pthru timeout to the os layer timeout value. >From patch 2, WARNING: suspect code indent for conditional statements (7, 15) #107: FILE: drivers/scsi/megaraid/megaraid_sas.c:1306: + if ((!cmd->abort_aen) && (instance->unload == 0)) { + spin_lock_irqsave(&poll_aen_lock, flags); ERROR: code indent should use tabs where possible #108: FILE: drivers/scsi/megaraid/megaraid_sas.c:1307: + spin_lock_irqsave(&poll_aen_lock, flags);$ ERROR: code indent should use tabs where possible #109: FILE: drivers/scsi/megaraid/megaraid_sas.c:1308: + megasas_poll_wait_aen = 1;$ Actually, now that I look closer, other than the errors from patch 1 the rest of the patches have warnings similar to patch 2.. Did you do some type of copy&paste to put the patches into each email? Often times that will remove all the tabs which could cause the errors above. Daniel -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/