diff mbox series

scsi: FlashPoint: Fix typo issue

Message ID 20210304055120.2221-1-zuoqilin1@163.com
State New
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

Martin K. Petersen March 10, 2021, 4:25 a.m. UTC | #1
> Change 'defualt' to 'default'.


Applied to 5.13/scsi-staging, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering
Martin K. Petersen March 16, 2021, 3:15 a.m. UTC | #2
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

-- 
Martin K. Petersen	Oracle Linux Engineering
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)