scsi: scsi_dh: Fix a typo
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Mon, 22 Mar 2021 06:47:24 +0000 (12:17 +0530)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 25 Mar 2021 03:03:43 +0000 (23:03 -0400)
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

drivers/scsi/scsi_dh.c
include/scsi/scsi_dh.h

index 6f41e4b5a2b85fcc392f3172c0031d71af7883b6..7b56e00c7df6b02caa4dd2eb99bfc40554b4a403 100644 (file)
@@ -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:
index 2852e470a8edba3719e8758d2a0d3054b00cccae..a9f782fe732a10662e3a30f01643315103016d62 100644 (file)
@@ -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>
  *