]> 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)
commit4e80e2a0a130b266d8d0a3a47055cf941cc463ee
tree20095be4529ccb0f9a2c958e2b823a0955ce1faa
parent6b609c0bc21e6d3b79b914b8b5cbb97bbb540f7b
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