On 06/12/2023 7:10 am, Juergen Gross wrote:
> diff --git a/xen/include/xen/unaligned.h b/xen/include/xen/unaligned.h
> index 0a2b16d05d..0ceb06a2bb 100644
> --- a/xen/include/xen/unaligned.h
> +++ b/xen/include/xen/unaligned.h
> @@ -1,12 +1,4 @@
>
> -static inline uint16_t get_unaligned_be16(const void *p)
> +static inline u16 get_unaligned_le16(const void *p)

I've done some cleanup for you.

You swapped away from using stdint types, and shuffled the order of
functions, which made the diff basically illegible.

https://xenbits.xen.org/gitweb/?p=people/andrewcoop/xen.git;a=commitdiff;h=1d448a845ee4ad74cab76563b3a2552b10953186
is a much shorter diff.

~Andrew

Reply via email to