lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <dc5377b7094d5d50cfe037337b301a083869d0c0.1443948690.git.geliangtang@163.com> Date: Sun, 4 Oct 2015 16:53:55 +0800 From: Geliang Tang <geliangtang@....com> To: Intel SCU Linux support <intel-linux-scu@...el.com>, Artur Paszkiewicz <artur.paszkiewicz@...el.com>, "James E.J. Bottomley" <JBottomley@...n.com> Cc: Geliang Tang <geliangtang@....com>, linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org Subject: [PATCH] isci: fix two comment typos Just fix two typos in the code comment. Signed-off-by: Geliang Tang <geliangtang@....com> --- drivers/scsi/isci/request.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/isci/request.c b/drivers/scsi/isci/request.c index cfd0084..8fe106f 100644 --- a/drivers/scsi/isci/request.c +++ b/drivers/scsi/isci/request.c @@ -3306,7 +3306,7 @@ sci_io_request_construct_smp(struct device *dev, * @ireq: This parameter points to the isci_request allocated in the * request construct function. * - * SCI_SUCCESS on successfull completion, or specific failure code. + * SCI_SUCCESS on successful completion, or specific failure code. */ static enum sci_status isci_smp_request_build(struct isci_request *ireq) { @@ -3332,7 +3332,7 @@ static enum sci_status isci_smp_request_build(struct isci_request *ireq) * @sci_device: This parameter is the handle for the sci core's remote device * object that is the destination for this request. * - * SCI_SUCCESS on successfull completion, or specific failure code. + * SCI_SUCCESS on successful completion, or specific failure code. */ static enum sci_status isci_io_request_build(struct isci_host *ihost, struct isci_request *request, -- 2.5.0 -- 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