commit | 51d648af5892219cbe97305efb300d3e56746591 | [log] [tgz] |
---|---|---|
author | Akinobu Mita <akinobu.mita@gmail.com> | Wed Sep 18 21:27:28 2013 +0900 |
committer | James Bottomley <JBottomley@Parallels.com> | Fri Oct 25 09:58:12 2013 +0100 |
tree | 079016b039e35964be71af3c4c3426e42c30efdf | |
parent | 68aee7ba66d390abf48c13791a84f6bce29d6f19 [diff] |
[SCSI] scsi_debug: fix sparse warnings related to data integrity field Each member in data integrity field tuple is big-endian. But the endianness of the values being compared with these members are not annotated. So this fixes these sparse warnings. Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Acked-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>