Re: [PATCH] scsi: scsi_dh: Fix a typo

From: Randy Dunlap
Date: Mon Mar 22 2021 - 15:42:26 EST


On 3/21/21 11:47 PM, Bhaskar Chowdhury wrote:
>
> s/infrastruture/infrastructure/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx>

Please combine the 2 scsi_dh patches.

> ---
> drivers/scsi/scsi_dh.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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:
> --


--
~Randy