Re: [trivial PATCH net-next] mac_pton: Use bool not int return

2014-06-25 Thread David Miller
From: Joe Perches Date: Tue, 24 Jun 2014 11:20:48 -0700 > Use bool instead of int as the return type. > > All uses are tested with !. > > Signed-off-by: Joe Perches Applied, thanks Joe. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [trivial PATCH net-next] mac_pton: Use bool not int return

2014-06-25 Thread David Miller
From: Joe Perches j...@perches.com Date: Tue, 24 Jun 2014 11:20:48 -0700 Use bool instead of int as the return type. All uses are tested with !. Signed-off-by: Joe Perches j...@perches.com Applied, thanks Joe. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the

[trivial PATCH net-next] mac_pton: Use bool not int return

2014-06-24 Thread Joe Perches
Use bool instead of int as the return type. All uses are tested with !. Signed-off-by: Joe Perches --- include/linux/kernel.h | 2 +- lib/net_utils.c| 10 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/linux/kernel.h b/include/linux/kernel.h index

[trivial PATCH net-next] mac_pton: Use bool not int return

2014-06-24 Thread Joe Perches
Use bool instead of int as the return type. All uses are tested with !. Signed-off-by: Joe Perches j...@perches.com --- include/linux/kernel.h | 2 +- lib/net_utils.c| 10 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/linux/kernel.h