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)
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>

No differences found