kdb: use bool for binary state indicators
authorNicholas Mc Guire <hofrat@osadl.org>
Fri, 20 Jul 2018 09:23:37 +0000 (11:23 +0200)
committerDaniel Thompson <daniel.thompson@linaro.org>
Sun, 30 Dec 2018 08:31:52 +0000 (08:31 +0000)
commit7faedcd4de4356dfcda30841a5ffef3bf35fa06c
tree20095be4529ccb0f9a2c958e2b823a0955ce1faa
parent162bc7f5afd75b72acbe3c5f3488ef7e64a3fe36
kdb: use bool for binary state indicators

defcmd_in_progress  is the state trace for command group processing
- within a command group or not -  usable  is an indicator if a command
set is valid (allocated/non-empty) - so use a bool for those binary
indication here.

Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
kernel/debug/kdb/kdb_main.c