[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <54736610.9090203@users.sourceforge.net>
Date: Mon, 24 Nov 2014 18:08:32 +0100
From: SF Markus Elfring <elfring@...rs.sourceforge.net>
To: Artur Paszkiewicz <artur.paszkiewicz@...el.com>,
Dave Jiang <dave.jiang@...el.com>,
"James E. J. Bottomley" <JBottomley@...allels.com>,
linux-scsi@...r.kernel.org, intel-linux-scu@...el.com
CC: kernel-janitors@...r.kernel.org, trivial@...nel.org,
LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH 1/6] isci: Fix a typo for the word "destroy"
From: Markus Elfring <elfring@...rs.sourceforge.net>
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 <elfring@...rs.sourceforge.net>
---
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists