summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-02-08 17:19:08 +0100
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-02-10 03:31:49 +0100
commit523ca58b7db2e30e3c185a7927dd80a30c1bc743 (patch)
tree59c135f8bde7d4ec24f1270c1d8615b8b142f296 /kernel
parentkconfig: add xrealloc() helper (diff)
downloadlinux-523ca58b7db2e30e3c185a7927dd80a30c1bc743.tar.xz
linux-523ca58b7db2e30e3c185a7927dd80a30c1bc743.zip
kconfig: remove const qualifier from sym_expand_string_value()
This function returns realloc'ed memory, so the returned pointer must be passed to free() when done. So, 'const' qualifier is odd. It is allowed to modify the expanded string. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions