From: Sebastian Andrzej Siewior Date: Tue, 6 Dec 2011 10:20:31 +0000 (+0100) Subject: target: tcm_mod_builder: small fixups X-Git-Tag: v3.3-rc1~7^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ced38c8c00962c9b6c1fcd330572406162d150b9;p=pandora-kernel.git target: tcm_mod_builder: small fixups This includes: - remove on _ in "__NAMELEN" in $fabric _make_tport - target_fabric_configfs_init() returns an error pointer and not NULL anymore. Consider that. - replace (!(var_name)) with (!var_name). The extra () are not required - remove #ifdef MODULE. If the code is builtin it needs an init function or the code is useless - put exit/clean functions into __exit Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed