From mboxrd@z Thu Jan 1 00:00:00 1970 From: SF Markus Elfring Date: Mon, 24 Nov 2014 17:08:32 +0000 Subject: [PATCH 1/6] isci: Fix a typo for the word "destroy" Message-Id: <54736610.9090203@users.sourceforge.net> List-Id: References: <54736422.90409@users.sourceforge.net> In-Reply-To: <54736422.90409@users.sourceforge.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Artur Paszkiewicz , Dave Jiang , "James E. J. Bottomley" , linux-scsi@vger.kernel.org, intel-linux-scu@intel.com Cc: kernel-janitors@vger.kernel.org, trivial@kernel.org, LKML From: Markus Elfring Date: Mon, 24 Nov 2014 15:35:48 +0100 A word was corrected in the description for the sci_remote_device_destruct() function. Signed-off-by: Markus Elfring --- drivers/scsi/isci/remote_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/isci/remote_device.c b/drivers/scsi/isci/remote_device.c index cc51f38..f54bb98 100644 --- a/drivers/scsi/isci/remote_device.c +++ b/drivers/scsi/isci/remote_device.c @@ -1008,7 +1008,7 @@ static void sci_remote_device_initial_state_enter(struct sci_base_state_machine * successfully destructed or if some failure occurred. enum sci_status This value * is returned if the device is successfully destructed. * SCI_FAILURE_INVALID_REMOTE_DEVICE This value is returned if the supplied - * device isn't valid (e.g. it's already been destoryed, the handle isn't + * device isn't valid (e.g. it's already been destroyed, the handle isn't * valid, etc.). */ static enum sci_status sci_remote_device_destruct(struct isci_remote_device *idev) -- 2.1.3