forked from Minki/linux
scsi: fusion: Fix a typo in the file mptbase.h
s/contets/contents/ Link: https://lore.kernel.org/r/20210317101238.2627574-1-unixbhaskar@gmail.com Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
bcf064bc2a
commit
69a1709e2e
@ -274,7 +274,7 @@ typedef union _MPT_FRAME_TRACKER {
|
||||
} linkage;
|
||||
/*
|
||||
* 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 words) being the * message context.
|
||||
* The message context must be reset (computed via base address
|
||||
|
Loading…
Reference in New Issue
Block a user