[PATCH] scsi: FlashPoint: Fix typo issue

From: zuoqilin1
Date: Thu Mar 04 2021 - 01:10:22 EST


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)
--
1.9.1