Skip to content

Commit c09a21d

Browse files
Colin Ian Kingmartinkpetersen
authored andcommitted
scsi: mptsas: fix spelling mistake: "matchs" -> "matches"
Trivial fix to spelling mistake in warning message Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 7afc0ce commit c09a21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/message/fusion/mptsas.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4319,7 +4319,7 @@ mptsas_hotplug_work(MPT_ADAPTER *ioc, struct fw_event_work *fw_event,
43194319
if (ioc->raid_data.pIocPg2->RaidVolume[i].VolumeID ==
43204320
hot_plug_info->id) {
43214321
printk(MYIOC_s_WARN_FMT "firmware bug: unable "
4322-
"to add hidden disk - target_id matchs "
4322+
"to add hidden disk - target_id matches "
43234323
"volume_id\n", ioc->name);
43244324
mptsas_free_fw_event(ioc, fw_event);
43254325
return;

0 commit comments

Comments
 (0)