]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit26b991e8e5454fff51feb566e53744e2bcde907d
tree20095be4529ccb0f9a2c958e2b823a0955ce1faa
parentdb50f38d20b5c19c76ca011db27eb2a030afae8b
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