On Mon, May 18, 2020 at 02:17:12PM -0700, Bart Van Assche wrote: > Fix all endianness complaints reported by sparse (C=2) without affecting > the behavior of the code on little endian CPUs. I tried to figure out if with the patch the compiler generates different object code. Looking through the filtered diff between the two versions I haven't really found any relevant changes. All looks good. In case someone wants to look at the diffs: https://monom.org/data/qla2xxx/qla2xxx-endianness-annotations.diff https://monom.org/data/qla2xxx/qla2xxx-endianness-annotations-filtered.diff Reviewed-by: Daniel Wagner <dwagner@xxxxxxx>