linux/drivers/scsi/fcoe
James Bottomley 56b854bb31 [SCSI] fcoe: fix incorrect use of struct module
This structure may not be defined if CONFIG_MODULE=n, so never deref
it.  Change uses of module->name to module_name(module) and corrects
some dyslexic printks and docbook comments.

Reported-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
2008-12-30 13:08:37 -06:00
..
Makefile [SCSI] fcoe: Fibre Channel over Ethernet 2008-12-29 11:24:33 -06:00
fc_transport_fcoe.c [SCSI] fcoe: Fibre Channel over Ethernet 2008-12-29 11:24:33 -06:00
fcoe_sw.c [SCSI] fcoe: Fibre Channel over Ethernet 2008-12-29 11:24:33 -06:00
libfcoe.c [SCSI] fcoe: fix incorrect use of struct module 2008-12-30 13:08:37 -06:00