diff mbox series

scsi: FlashPoint: Fix typo issue

Message ID 20210304055120.2221-1-zuoqilin1@163.com (mailing list archive)
State Accepted
Headers show
Series scsi: FlashPoint: Fix typo issue | expand

Commit Message

zuoqilin1@163.com March 4, 2021, 5:51 a.m. UTC
From: zuoqilin <zuoqilin@yulong.com>

Change 'defualt' to 'default'.

Signed-off-by: zuoqilin <zuoqilin@yulong.com>
---
 drivers/scsi/FlashPoint.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Khalid Aziz March 4, 2021, 3:36 p.m. UTC | #1
On 3/3/21 10:51 PM, zuoqilin1@163.com wrote:
> From: zuoqilin <zuoqilin@yulong.com>
> 
> Change 'defualt' to 'default'.
> 
> Signed-off-by: zuoqilin <zuoqilin@yulong.com>
> ---
>  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@gonehiking.org>

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
Martin K. Petersen March 10, 2021, 4:25 a.m. UTC | #2
> Change 'defualt' to 'default'.

Applied to 5.13/scsi-staging, thanks!
Martin K. Petersen March 16, 2021, 3:15 a.m. UTC | #3
On Thu, 4 Mar 2021 13:51:20 +0800, zuoqilin1@163.com wrote:

> Change 'defualt' to 'default'.

Applied to 5.13/scsi-queue, thanks!

[1/1] scsi: FlashPoint: Fix typo issue
      https://git.kernel.org/mkp/scsi/c/083d248b2d44
diff mbox series

Patch

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)