Commit 69a1709e authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by Martin K. Petersen

scsi: fusion: Fix a typo in the file mptbase.h

s/contets/contents/

Link: https://lore.kernel.org/r/20210317101238.2627574-1-unixbhaskar@gmail.comAcked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarBhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent bcf064bc
...@@ -274,7 +274,7 @@ typedef union _MPT_FRAME_TRACKER { ...@@ -274,7 +274,7 @@ typedef union _MPT_FRAME_TRACKER {
} linkage; } linkage;
/* /*
* NOTE: When request frames are free, on the linkage structure * NOTE: When request frames are free, on the linkage structure
* contets are valid. All other values are invalid. * contents are valid. All other values are invalid.
* In particular, do NOT reply on offset [2] * In particular, do NOT reply on offset [2]
* (in words) being the * message context. * (in words) being the * message context.
* The message context must be reset (computed via base address * The message context must be reset (computed via base address
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment