On Sat, Mar 16, 2013 at 07:08:43PM +0800, Marek Lindner wrote:
On Saturday, March 16, 2013 18:49:38 Antonio Quartulli wrote:
@@ -236,6 +242,7 @@ static int __batadv_interface_set_mac_addr(x, y) ASSERT_RTNL();\ dev->master;\ })
#define hlist_entry_safe(ptr, type, member) \ (ptr) ? hlist_entry(ptr, type, member) : NULL
Why the extra line here ?
because at the beginning I put the new defines there, then I removed the defines but I left the blank line...will send v2
Cheers,