ipv4: ipconfig.c: add parentheses in an if statement
authorFX Le Bail <fx.lebail@yahoo.com>
Mon, 10 Feb 2014 15:46:54 +0000 (16:46 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 14 Feb 2014 05:14:23 +0000 (00:14 -0500)
commit357137a4222b1984b3d867923c7e388669744ceb
tree3e50003d2c59235f98af29920dfeba24e257ccd2
parent602b109942b816e56639a965ae81f3a2437004b5
ipv4: ipconfig.c: add parentheses in an if statement

Even if the 'time_before' macro expand with parentheses, the look is bad.

Signed-off-by: Francois-Xavier Le Bail <fx.lebail@yahoo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ipconfig.c