Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24c7d6c7 authored by Sebastian Herbszt's avatar Sebastian Herbszt Committed by Nicholas Bellinger
Browse files

qla2xxx: Update tcm_qla2xxx module description to 24xx+



Pre 24xx HBAs are not supported by tcm_qla2xxx, so go ahead and
reflect this for informational purposes.

Also fix QLogic spelling.

Signed-off-by: default avatarSebastian Herbszt <herbszt@gmx.de>
Signed-off-by: default avatarNicholas Bellinger <nab@linux-iscsi.org>
parent a6415cdd
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -32,10 +32,10 @@ config SCSI_QLA_FC
	They are also included in the linux-firmware tree as well.
	They are also included in the linux-firmware tree as well.


config TCM_QLA2XXX
config TCM_QLA2XXX
	tristate "TCM_QLA2XXX fabric module for Qlogic 2xxx series target mode HBAs"
	tristate "TCM_QLA2XXX fabric module for QLogic 24xx+ series target mode HBAs"
	depends on SCSI_QLA_FC && TARGET_CORE
	depends on SCSI_QLA_FC && TARGET_CORE
	depends on LIBFC
	depends on LIBFC
	select BTREE
	select BTREE
	default n
	default n
	---help---
	---help---
	Say Y here to enable the TCM_QLA2XXX fabric module for Qlogic 2xxx series target mode HBAs
	Say Y here to enable the TCM_QLA2XXX fabric module for QLogic 24xx+ series target mode HBAs
+1 −1
Original line number Original line Diff line number Diff line
@@ -1956,7 +1956,7 @@ static void __exit tcm_qla2xxx_exit(void)
	tcm_qla2xxx_deregister_configfs();
	tcm_qla2xxx_deregister_configfs();
}
}


MODULE_DESCRIPTION("TCM QLA2XXX series NPIV enabled fabric driver");
MODULE_DESCRIPTION("TCM QLA24XX+ series NPIV enabled fabric driver");
MODULE_LICENSE("GPL");
MODULE_LICENSE("GPL");
module_init(tcm_qla2xxx_init);
module_init(tcm_qla2xxx_init);
module_exit(tcm_qla2xxx_exit);
module_exit(tcm_qla2xxx_exit);