commit | 56b854bb314084396d3d3138126496d330943559 | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@HansenPartnership.com> | Mon Dec 29 15:45:41 2008 -0600 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Tue Dec 30 13:08:37 2008 -0600 |
tree | dcd1b29760738bfc670239949e7ab06b79271c96 | |
parent | 73c336740362731983bf7fd747cdd3b6ac593cef [diff] |
[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>