diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-02-09 01:19:08 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-02-10 11:31:49 +0900 |
commit | 523ca58b7db2e30e3c185a7927dd80a30c1bc743 (patch) | |
tree | 59c135f8bde7d4ec24f1270c1d8615b8b142f296 /scripts/gcc-version.sh | |
parent | d717f24d8c68081caae2374cf5ea6c4e62c490fc (diff) | |
download | linux-stable-523ca58b7db2e30e3c185a7927dd80a30c1bc743.tar.gz linux-stable-523ca58b7db2e30e3c185a7927dd80a30c1bc743.tar.bz2 linux-stable-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 'scripts/gcc-version.sh')
0 files changed, 0 insertions, 0 deletions