]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit069842982b6b181c271a6f45d9b662edcebd5997
tree61cf5f07b616790a35527c1dfe746a18304f0f7a
parent73402b6beb4e704148548e7227262094135c4384
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