Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 631d706e authored by Dan Carpenter's avatar Dan Carpenter Committed by James Bottomley
Browse files

[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: default avatarDan Carpenter <dan.carpenter@oracle.com>
Acked-by: default avatarBenny Halevy <bhalevy@tonian.com>
Signed-off-by: default avatarJames Bottomley <JBottomley@Parallels.com>
parent c64e483e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ enum osd_attributes_mode {
 *		int exponent: 04;
 *	}
 */
typedef __be32 __bitwise osd_cdb_offset;
typedef __be32 osd_cdb_offset;

enum {
	OSD_OFFSET_UNUSED = 0xFFFFFFFF,