scsi: message: fusion: fix a few trivial spelling mistakes
Trival fix to spelling mistakes: PrimativeSeqErrCount -> PrimitiveSeqErrCount Primative -> Primitive primative -> primitive mptsas_broadcast_primative_work -> mptsas_broadcast_primitive_work Broadcase -> Broadcast Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:

committed by
Martin K. Petersen

parent
b5dedc756d
commit
94e989dee2
@@ -7570,11 +7570,11 @@ mpt_display_event_info(MPT_ADAPTER *ioc, EventNotificationReply_t *pEventReply)
|
||||
u8 phy_num = (u8)(evData0);
|
||||
u8 port_num = (u8)(evData0 >> 8);
|
||||
u8 port_width = (u8)(evData0 >> 16);
|
||||
u8 primative = (u8)(evData0 >> 24);
|
||||
u8 primitive = (u8)(evData0 >> 24);
|
||||
snprintf(evStr, EVENT_DESCR_STR_SZ,
|
||||
"SAS Broadcase Primative: phy=%d port=%d "
|
||||
"width=%d primative=0x%02x",
|
||||
phy_num, port_num, port_width, primative);
|
||||
"SAS Broadcast Primitive: phy=%d port=%d "
|
||||
"width=%d primitive=0x%02x",
|
||||
phy_num, port_num, port_width, primitive);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user