From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752644AbcEYOSB (ORCPT ); Wed, 25 May 2016 10:18:01 -0400 Received: from e32.co.us.ibm.com ([32.97.110.150]:60158 "EHLO e32.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751824AbcEYOR7 (ORCPT ); Wed, 25 May 2016 10:17:59 -0400 X-IBM-Helo: d03dlp01.boulder.ibm.com X-IBM-MailFrom: bryantly@linux.vnet.ibm.com X-IBM-RcptTo: kvalo@codeaurora.org;davem@davemloft.net;akpm@linux-foundation.org;martin.petersen@oracle.com;mchehab@osg.samsung.com;joe@perches.com;bart.vanassche@sandisk.com;jslaby@suse.com;bp@suse.de;linux-kernel@vger.kernel.org;linux-scsi@vger.kernel.org;target-devel@vger.kernel.org From: "Bryant G. Ly" To: tyreld@linux.vnet.ibm.com, bart.vanassche@sandisk.com, joe@perches.com Cc: martin.petersen@oracle.com, akpm@linux-foundation.org, kvalo@codeaurora.org, davem@davemloft.net, mchehab@osg.samsung.com, jslaby@suse.com, bp@suse.de, linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org, target-devel@vger.kernel.org Subject: IBM VSCSI Target Driver Initial Patch Sets Date: Wed, 25 May 2016 09:17:32 -0500 Message-Id: <1464185854-19761-1-git-send-email-bryantly@linux.vnet.ibm.com> X-Mailer: git-send-email 2.5.4 (Apple Git-61) In-Reply-To: <1464097978-88457-1-git-send-email-bryantly@linux.vnet.ibm.com> References: <1464097978-88457-1-git-send-email-bryantly@linux.vnet.ibm.com> X-TM-AS-GCONF: 00 X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16052514-0005-0000-0000-0000757D4066 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series addresses comments by Joe with runing checkpatch with a --strict. It cleans up all the misc styling and removes all the forward declarations. The patch also addresses all of Bart's comments besides the preallocation of buffers before IO starts and the merging of unpack_lun with scsiluntoint. Those will come in later patch sets. [PATCH 2/3] ibmvscsis: Addressing Bart's comments [PATCH 3/3] ibmvscsis: clean up functions