diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2021-03-22 07:47:24 +0100 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2021-03-25 04:03:43 +0100 |
commit | ae98ddf05fdb92d5ce6d890911b8ee6f5075678b (patch) | |
tree | 0d5b3acd8a0e0e21117012f4f5f4348633dedf8f /include/scsi | |
parent | scsi: bnx2fc: Fix a typo (diff) | |
download | linux-ae98ddf05fdb92d5ce6d890911b8ee6f5075678b.tar.xz linux-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
Diffstat (limited to 'include/scsi')
-rw-r--r-- | include/scsi/scsi_dh.h | 2 |
1 files changed, 1 insertions, 1 deletions
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> * |