mac_pton: Use bool not int return
authorJoe Perches <joe@perches.com>
Tue, 24 Jun 2014 18:20:48 +0000 (11:20 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Jun 2014 00:45:43 +0000 (17:45 -0700)
commita69f5edb8ba20c87c5f7c96ec40581f9f51f2910
tree61cf5f07b616790a35527c1dfe746a18304f0f7a
parentf6d8cb2eeded7df18b821a321d4cd1cdd1754bf8
mac_pton: Use bool not int return

Use bool instead of int as the return type.

All uses are tested with !.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/kernel.h
lib/net_utils.c