From: Bart Van Assche Date: Thu, 9 Jul 2015 14:24:08 +0000 (-0700) Subject: qla2xxx: Remove __constant_ prefix X-Git-Tag: omap-for-v4.3/fixes-rc1~115^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad950360eebb5f5f7610b13cfd08c0185ca3f146;p=pandora-kernel.git qla2xxx: Remove __constant_ prefix Whether htonl() or __constant_htonl() is used, if the argument is a constant the conversion happens at compile time. Hence leave out the __constant_ prefix for this and other endianness conversion functions. This improves source code readability. [jejb: checkpatch fixes] Signed-off-by: Bart Van Assche Acked-by: Himanshu Madhani Signed-off-by: James Bottomley --- Reading git-diff-tree failed