mirror of https://gitee.com/openkylin/linux.git
Update ibmvscsi module name in Kconfig.
The 'ibmvscsic' module is now simply 'ibmvscsi'; fix the Kconfig description. Signed-off-by: Wade Cline <clinew@linux.vnet.ibm.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
b6741bc7a3
commit
46beb54db6
|
@ -882,7 +882,7 @@ config SCSI_IBMVSCSI
|
|||
This is the IBM POWER Virtual SCSI Client
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called ibmvscsic.
|
||||
module will be called ibmvscsi.
|
||||
|
||||
config SCSI_IBMVSCSIS
|
||||
tristate "IBM Virtual SCSI Server support"
|
||||
|
|
Loading…
Reference in New Issue