aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBhaskar Chowdhury <unixbhaskar@gmail.com>2021-03-22 12:17:24 +0530
committerMartin K. Petersen <martin.petersen@oracle.com>2021-03-24 23:03:43 -0400
commitae98ddf05fdb92d5ce6d890911b8ee6f5075678b (patch)
tree0d5b3acd8a0e0e21117012f4f5f4348633dedf8f
parentscsi: bnx2fc: Fix a typo (diff)
downloadlinux-dev-ae98ddf05fdb92d5ce6d890911b8ee6f5075678b.tar.xz
linux-dev-ae98ddf05fdb92d5ce6d890911b8ee6f5075678b.zip
scsi: scsi_dh: Fix a typo
s/infrastruture/infrastructure/ [mkp: combined .c and .h patches] Link: https://lore.kernel.org/r/20210322064724.4108343-1-unixbhaskar@gmail.com Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> frog
-rw-r--r--drivers/scsi/scsi_dh.c2
-rw-r--r--include/scsi/scsi_dh.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/scsi_dh.c b/drivers/scsi/scsi_dh.c
index 6f41e4b5a2b8..7b56e00c7df6 100644
--- a/drivers/scsi/scsi_dh.c
+++ b/drivers/scsi/scsi_dh.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/*
- * SCSI device handler infrastruture.
+ * SCSI device handler infrastructure.
*
* Copyright IBM Corporation, 2007
* Authors:
diff --git a/include/scsi/scsi_dh.h b/include/scsi/scsi_dh.h
index 2852e470a8ed..a9f782fe732a 100644
--- a/include/scsi/scsi_dh.h
+++ b/include/scsi/scsi_dh.h
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
- * Header file for SCSI device handler infrastruture.
+ * Header file for SCSI device handler infrastructure.
*
* Modified version of patches posted by Mike Christie <michaelc@cs.wisc.edu>
*