From: James Bottomley Date: Mon, 29 Dec 2008 21:45:41 +0000 (-0600) Subject: [SCSI] fcoe: fix incorrect use of struct module X-Git-Tag: v2.6.29-rc1~555^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56b854bb314084396d3d3138126496d330943559;p=pandora-kernel.git [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 Cc: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed