kdb: Rename kdb_repeat_t to kdb_cmdflags_t, cmd_repeat to cmd_flags
authorAnton Vorontsov <anton.vorontsov@linaro.org>
Thu, 6 Nov 2014 14:36:41 +0000 (14:36 +0000)
committerJason Wessel <jason.wessel@windriver.com>
Tue, 11 Nov 2014 15:31:51 +0000 (09:31 -0600)
commit15a42a9bc9ffcff4315a7154313db08c6bf9ef11
tree9ac766d8d3ef79e04ba7378abf6e648c2acb5db7
parenta2e5d188aad31f7177cbd6d9ddaf8cc9aa4affe0
kdb: Rename kdb_repeat_t to kdb_cmdflags_t, cmd_repeat to cmd_flags

We're about to add more options for command behaviour, so let's expand
the meaning of kdb_repeat_t.

So far we just do various renames, there should be no functional changes.

Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>
Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
Cc: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
include/linux/kdb.h
kernel/debug/kdb/kdb_main.c
kernel/debug/kdb/kdb_private.h