提交 631d706e 编写于 作者: D Dan Carpenter 提交者: James Bottomley

[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: NDan Carpenter <dan.carpenter@oracle.com>
Acked-by: NBenny Halevy <bhalevy@tonian.com>
Signed-off-by: NJames Bottomley <JBottomley@Parallels.com>
上级 c64e483e
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册