Re: [PATCH] neighbor: use ALIGN() macro

2006-08-10 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Thu, 10 Aug 2006 11:34:03 -0700 > Rather than opencoding the mask, it looks better to use ALIGN() > macro from kernel.h. > > Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Applied, thanks Stephen. - To unsubscribe from this list: send the l

[PATCH] neighbor: use ALIGN() macro

2006-08-10 Thread Stephen Hemminger
Rather than opencoding the mask, it looks better to use ALIGN() macro from kernel.h. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- net-2.6.19.orig/include/net/neighbour.h +++ net-2.6.19/include/net/neighbour.h @@ -101,7 +101,7 @@ struct neighbour __u8dead;