]> 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)
commitcb43dc0e99db9d7351d46062c25db438d894ad6c
tree61cf5f07b616790a35527c1dfe746a18304f0f7a
parentbbe47a31587cff1924c0b50cbb60687ca6164e98
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