mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-17 01:34:00 +08:00
mpt2sas: Fix typo in mpt2sas_config.c
Correct spelling "mappping" to "mapping" in drivers/scsi/mpt2sas/mpt2sas_config.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
5980c00135
commit
19f2da3505
@ -149,7 +149,7 @@ _config_display_some_debug(struct MPT2SAS_ADAPTER *ioc, u16 smid,
|
||||
desc = "raid_config";
|
||||
break;
|
||||
case MPI2_CONFIG_EXTPAGETYPE_DRIVER_MAPPING:
|
||||
desc = "driver_mappping";
|
||||
desc = "driver_mapping";
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user