]> git.karo-electronics.de Git - linux-beck.git/blobdiff - include/uapi/linux/rtnetlink.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[linux-beck.git] / include / uapi / linux / rtnetlink.h
index 4db0b3ccb497ec7558b36b13ff28792ad3d61ee9..123a5af4e8bb54b0cf33d9558d7fa0b1bb8a31f6 100644 (file)
@@ -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) && \