]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] libosd: remover duplicate __bitwise annotation
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 17 Apr 2013 07:19:05 +0000 (10:19 +0300)
committerJames Bottomley <JBottomley@Parallels.com>
Thu, 2 May 2013 19:15:10 +0000 (12:15 -0700)
commit6fbb5f052e2b02f41a92a50a31d486fc81d83d93
tree730cff7102e6ea2043a2520ce4479c0190745611
parent1d54586fc37201f6ed2545b4465bb76e674990a1
[SCSI] libosd: remover duplicate __bitwise annotation

__be32 is already a __bitwise type so we don't need the second __bitwise
here.  It causes a Sparse error:
include/scsi/osd_protocol.h:110:26: error: invalid modifier

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Benny Halevy <bhalevy@tonian.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
include/scsi/osd_protocol.h