Message ID | 20210317101238.2627574-1-unixbhaskar@gmail.com |
---|---|
State | New |
Headers | show |
Series | message: fusion: Fix a typo in the file mptbase.h | expand |
On Wed, 17 Mar 2021 15:42:38 +0530, Bhaskar Chowdhury wrote:
> s/contets/contents/
Applied to 5.13/scsi-queue, thanks!
[1/1] message: fusion: Fix a typo in the file mptbase.h
https://git.kernel.org/mkp/scsi/c/69a1709e2ec8
--
Martin K. Petersen Oracle Linux Engineering
diff --git a/drivers/message/fusion/mptbase.h b/drivers/message/fusion/mptbase.h index 813d46311f6a..b9e0376be723 100644 --- a/drivers/message/fusion/mptbase.h +++ b/drivers/message/fusion/mptbase.h @@ -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
s/contets/contents/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> --- drivers/message/fusion/mptbase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.30.2