Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Bhaskar Chowdhury and committed by
Martin K. Petersen
ae98ddf0 5fae809f

+2 -2
+1 -1
drivers/scsi/scsi_dh.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 2 /* 3 - * SCSI device handler infrastruture. 3 + * SCSI device handler infrastructure. 4 4 * 5 5 * Copyright IBM Corporation, 2007 6 6 * Authors:
+1 -1
include/scsi/scsi_dh.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 2 /* 3 - * Header file for SCSI device handler infrastruture. 3 + * Header file for SCSI device handler infrastructure. 4 4 * 5 5 * Modified version of patches posted by Mike Christie <michaelc@cs.wisc.edu> 6 6 *