aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorTobin C. Harding <[email protected]>2017-05-08 14:29:43 +1000
committerGreg Kroah-Hartman <[email protected]>2017-05-15 07:43:53 +0200
commit683356d16b0f5f97058e2377590bf365fdc97d79 (patch)
treea750ab7a0cc3772921c3b83fa8aa958f70a26de3 /tools/perf/scripts/python
parentc27fbc9237cde91e8eb75220119cd4c2bbc7082a (diff)
staging: ks7010: hostif, u16 data types to __le16
Target device is little endian. Host interface data structures used for building frames to pass to target device should use little endian data types. All u16 structure members in ks_hostif.h need to be changed to __le16, Sparse can then be used to make sure we update all code that touches these data. Change all u16 data types in host interface structures to be __le16. Update all code that touches modified data types. Check using Sparse. Signed-off-by: Tobin C. Harding <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions