Re: [PATCH] scsi: FlashPoint: Fix typo issue

From: Khalid Aziz
Date: Thu Mar 04 2021 - 10:44:03 EST


On 3/3/21 10:51 PM, zuoqilin1@xxxxxxx wrote:
> From: zuoqilin <zuoqilin@xxxxxxxxxx>
>
> Change 'defualt' to 'default'.
>
> Signed-off-by: zuoqilin <zuoqilin@xxxxxxxxxx>
> ---
> drivers/scsi/FlashPoint.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/scsi/FlashPoint.c b/drivers/scsi/FlashPoint.c
> index 24ace18..f479c54 100644
> --- a/drivers/scsi/FlashPoint.c
> +++ b/drivers/scsi/FlashPoint.c
> @@ -4534,7 +4534,7 @@ static void FPT_phaseBusFree(u32 port, unsigned char p_card)
> *
> * Function: Auto Load Default Map
> *
> - * Description: Load the Automation RAM with the defualt map values.
> + * Description: Load the Automation RAM with the default map values.
> *
> *---------------------------------------------------------------------*/
> static void FPT_autoLoadDefaultMap(u32 p_port)
>

Acked-by: Khalid Aziz <khalid@xxxxxxxxxxxxxx>

I will accept this patch this time, but I really would like patches that
fix only typos to fix more than just one typo, preferably all the typos
in the file. There are more typos in that file.

Thanks,
Khalid