X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Fuapi%2Flinux%2Frtnetlink.h;h=9d8f5d10c1e553122be08d3407434ea24d19c136;hb=ce6f9886037f5566cb8e440b9caa5e7d7334e53b;hp=702024769c74bc39f1e9f8400b23ec5bbd7a8ffb;hpb=d86a2fe4dc97cbbad04f5db941d9a1bb82e22b5f;p=karo-tx-linux.git diff --git a/include/uapi/linux/rtnetlink.h b/include/uapi/linux/rtnetlink.h index 702024769c74..9d8f5d10c1e5 100644 --- a/include/uapi/linux/rtnetlink.h +++ b/include/uapi/linux/rtnetlink.h @@ -160,7 +160,7 @@ struct rtattr { /* Macros to handle rtattributes */ -#define RTA_ALIGNTO 4 +#define RTA_ALIGNTO 4U #define RTA_ALIGN(len) ( ((len)+RTA_ALIGNTO-1) & ~(RTA_ALIGNTO-1) ) #define RTA_OK(rta,len) ((len) >= (int)sizeof(struct rtattr) && \ (rta)->rta_len >= sizeof(struct rtattr) && \