diff options
author | zuoqilin <zuoqilin@yulong.com> | 2021-03-04 13:51:20 +0800 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2021-03-09 23:47:17 -0500 |
commit | 083d248b2d44ab7513b2410121a4ac5de267d0ee (patch) | |
tree | 26e50995d328e4314722890e3740ed4747dee2af | |
parent | 18c2a59a419009601d09c13e0ee8e5be826a95d8 (diff) | |
download | linux-083d248b2d44ab7513b2410121a4ac5de267d0ee.tar.gz linux-083d248b2d44ab7513b2410121a4ac5de267d0ee.tar.bz2 linux-083d248b2d44ab7513b2410121a4ac5de267d0ee.zip |
scsi: FlashPoint: Fix typo
Change 'defualt' to 'default'.
Link: https://lore.kernel.org/r/20210304055120.2221-1-zuoqilin1@163.com
Acked-by: Khalid Aziz <khalid@gonehiking.org>
Signed-off-by: zuoqilin <zuoqilin@yulong.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
-rw-r--r-- | drivers/scsi/FlashPoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/FlashPoint.c b/drivers/scsi/FlashPoint.c index 24ace1824048..f479c542e787 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) |