aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-05-03 06:18:07 -0400
committerMartin K. Petersen <martin.petersen@oracle.com>2018-05-08 01:27:23 -0400
commitc09a21d8ddaf82adc41adc55442bed1852db6249 (patch)
treeb8d8be48b16f4cbb25754a2442ae037159c526b5 /drivers/message/fusion
parent7afc0ce9129e4ad4723673fdfdfc7aa63898ca22 (diff)
scsi: mptsas: fix spelling mistake: "matchs" -> "matches"
Trivial fix to spelling mistake in warning message Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/message/fusion')
-rw-r--r--drivers/message/fusion/mptsas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/message/fusion/mptsas.c b/drivers/message/fusion/mptsas.c
index 231f3a1e27bf..cb7e328c7951 100644
--- a/drivers/message/fusion/mptsas.c
+++ b/drivers/message/fusion/mptsas.c
@@ -4319,7 +4319,7 @@ mptsas_hotplug_work(MPT_ADAPTER *ioc, struct fw_event_work *fw_event,
4319 if (ioc->raid_data.pIocPg2->RaidVolume[i].VolumeID == 4319 if (ioc->raid_data.pIocPg2->RaidVolume[i].VolumeID ==
4320 hot_plug_info->id) { 4320 hot_plug_info->id) {
4321 printk(MYIOC_s_WARN_FMT "firmware bug: unable " 4321 printk(MYIOC_s_WARN_FMT "firmware bug: unable "
4322 "to add hidden disk - target_id matchs " 4322 "to add hidden disk - target_id matches "
4323 "volume_id\n", ioc->name); 4323 "volume_id\n", ioc->name);
4324 mptsas_free_fw_event(ioc, fw_event); 4324 mptsas_free_fw_event(ioc, fw_event);
4325 return; 4325 return;