mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
scsi: mpt3sas: Fix spelling mistake in Kconfig "compatiblity" -> "compatibility"
There is a spelling mistake in the Kconfig help text. Fix it. Link: https://lore.kernel.org/r/20201217172019.57768-1-colin.king@canonical.com 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:
parent
d50c7986fb
commit
39718fe7ad
1 changed files with 1 additions and 1 deletions
|
@ -79,5 +79,5 @@ config SCSI_MPT2SAS
|
||||||
select SCSI_MPT3SAS
|
select SCSI_MPT3SAS
|
||||||
depends on PCI && SCSI
|
depends on PCI && SCSI
|
||||||
help
|
help
|
||||||
Dummy config option for backwards compatiblity: configure the MPT3SAS
|
Dummy config option for backwards compatibility: configure the MPT3SAS
|
||||||
driver instead.
|
driver instead.
|
||||||
|
|
Loading…
Add table
Reference in a new issue