diff options
| author | Srinivas Kandagatla <[email protected]> | 2018-06-18 12:33:37 +0000 |
|---|---|---|
| committer | Bjorn Andersson <[email protected]> | 2018-07-31 06:21:36 +0000 |
| commit | 427613ee193b72eb4b74412db07f43a7508b2bee (patch) | |
| tree | aa7ff2dee693e3eca69d2af0ceef29d6feaa7d7f /lib/bitmap.c | |
| parent | rpmsg: smd: Add missing include of sizes.h (diff) | |
| download | kernel-427613ee193b72eb4b74412db07f43a7508b2bee.tar.gz kernel-427613ee193b72eb4b74412db07f43a7508b2bee.zip | |
rpmsg: glink: correctly annotate intent members
As intent structure members are not correctly annotated, leading to below warnings
qcom_glink_native.c:614:16: warning: incorrect type in assignment (different base types)
qcom_glink_native.c:614:16: expected unsigned short [unsigned] [usertype] id
qcom_glink_native.c:614:16: got restricted __le16 [usertype] <noident>
qcom_glink_native.c:615:18: warning: incorrect type in assignment (different base types)
qcom_glink_native.c:615:18: expected unsigned short [unsigned] [usertype] lcid
qcom_glink_native.c:615:18: got restricted __le16 [usertype] <noident>
qcom_glink_native.c:616:19: warning: incorrect type in assignment (different base types)
qcom_glink_native.c:616:19: expected unsigned int [unsigned] [usertype] count
qcom_glink_native.c:616:19: got restricted __le32 [usertype] <noident>
qcom_glink_native.c:617:18: warning: incorrect type in assignment (different base types)
qcom_glink_native.c:617:18: expected unsigned int [unsigned] [usertype] size
qcom_glink_native.c:617:18: got restricted __le32 [usertype] <noident>
qcom_glink_native.c:618:18: warning: incorrect type in assignment (different base types)
qcom_glink_native.c:618:18: expected unsigned int [unsigned] [usertype] liid
qcom_glink_native.c:618:18: got restricted __le32 [usertype] <noident>
Fix this by correctly annotating them.
Signed-off-by: Srinivas Kandagatla <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Diffstat (limited to 'lib/bitmap.c')
0 files changed, 0 insertions, 0 deletions
