commit | ad950360eebb5f5f7610b13cfd08c0185ca3f146 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bart.vanassche@sandisk.com> | Thu Jul 09 07:24:08 2015 -0700 |
committer | James Bottomley <JBottomley@Odin.com> | Wed Aug 26 10:40:32 2015 -0700 |
tree | c48617a7b3e33e208936856bce360ed5e81c72d8 | |
parent | df3f4cd0defd5f832a806ca1f0dd6638a2df17a5 [diff] |
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 <bart.vanassche@sandisk.com> Acked-by: Himanshu Madhani <himanshu.madhani@qlogic.com> Signed-off-by: James Bottomley <JBottomley@Odin.com>