commit | 32d375f6f24c3e4c9c235672695b4c314cf6b964 | [log] [tgz] |
---|---|---|
author | Daniel Thompson <daniel.thompson@linaro.org> | Thu Sep 11 10:41:12 2014 +0100 |
committer | Jason Wessel <jason.wessel@windriver.com> | Thu Feb 19 12:39:03 2015 -0600 |
tree | de88ecb16da03a74a833c525d360cc83dcbba141 | |
parent | fb6daa7520f9d17a97e84a3d5a947819e0313f28 [diff] |
kdb: Const qualifier for kdb_getstr's prompt argument All current callers of kdb_getstr() can pass constant pointers via the prompt argument. This patch adds a const qualification to make explicit the fact that this is safe. Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org> Signed-off-by: Jason Wessel <jason.wessel@windriver.com>