[PATCH 06/16] netconsole: make netconsole_target->enabled a bool

2015-04-16 Thread Tejun Heo
We'll add more bool's to netconsole_target. Let's convert ->enabled to bool first so that things stay consistent. Signed-off-by: Tejun Heo Cc: David Miller --- drivers/net/netconsole.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git

[PATCH 06/16] netconsole: make netconsole_target-enabled a bool

2015-04-16 Thread Tejun Heo
We'll add more bool's to netconsole_target. Let's convert -enabled to bool first so that things stay consistent. Signed-off-by: Tejun Heo t...@kernel.org Cc: David Miller da...@davemloft.net --- drivers/net/netconsole.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-)