[patch] [SCSI] libosd: remover duplicate __bitwise annotation

2013-04-17 Thread Dan Carpenter
__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.carpen...@oracle.com diff --git a/include/scsi/osd_protocol.h b/include/scsi/osd_protocol.h index

Re: [osd-dev] [patch] [SCSI] libosd: remover duplicate __bitwise annotation

2013-04-17 Thread Benny Halevy
On 2013-04-17 10:19, Dan Carpenter wrote: __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.carpen...@oracle.com ACK diff --git