Message ID | 20190916091706.32268-1-colin.king@canonical.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | b1000fcca1760d3e81f0943f0ca8b9be3ed3b999 |
Headers | show |
Series | [next] scsi: hisi_sas: fix spelling mistake "digial" -> "digital" | expand |
Colin,
> There is a spelling mistake in literal string. Fix it.
Applied to 5.5/scsi-queue. Thanks.
diff --git a/drivers/scsi/hisi_sas/hisi_sas_main.c b/drivers/scsi/hisi_sas/hisi_sas_main.c index d1513fdf1e00..e934d0b11745 100644 --- a/drivers/scsi/hisi_sas/hisi_sas_main.c +++ b/drivers/scsi/hisi_sas/hisi_sas_main.c @@ -3539,7 +3539,7 @@ static const struct { int value; char *name; } hisi_sas_debugfs_loop_modes[] = { - { HISI_SAS_BIST_LOOPBACK_MODE_DIGITAL, "digial" }, + { HISI_SAS_BIST_LOOPBACK_MODE_DIGITAL, "digital" }, { HISI_SAS_BIST_LOOPBACK_MODE_SERDES, "serdes" }, { HISI_SAS_BIST_LOOPBACK_MODE_REMOTE, "remote" }, };