Fix the following sparse endianness warning:
"sparse warnings: drivers/ufs/core/ufs_bsg.c:91:25: sparse: sparse: cast to
restricted __be16."
For consistency with endianness annotations of other UFS data structures,
change __u16/32 to __be16/32 in UFS ARPMB data structures.
Fixes:
|
||
|---|---|---|
| .. | ||
| fc | ||
| cxlflash_ioctl.h | ||
| scsi_bsg_fc.h | ||
| scsi_bsg_mpi3mr.h | ||
| scsi_bsg_ufs.h | ||
| scsi_netlink.h | ||
| scsi_netlink_fc.h | ||