On Fri, 1 Mar 2019, Linus Torvalds wrote: > Because quite often you don't want any extra byte ordering because > you've moving things around anyway (ie you're copying from the device > to memory or similar, and switching to little-endian in between would > just mean that you have to switch back for the memory write anyway). Good point! Maciej