]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
kbuild: fix adjust_autoksyms.sh for modules that need only one symbol
authorNicolas Pitre <nicolas.pitre@linaro.org>
Thu, 28 Apr 2016 21:33:38 +0000 (17:33 -0400)
committerMichal Marek <mmarek@suse.com>
Tue, 10 May 2016 15:25:29 +0000 (17:25 +0200)
commita7c65b9729e4a5e9c0809784bc52466b0dbaafa7
tree08768d7c44231777792f409610ccf7263ee151aa
parentf110e0fec89935879a76aebe1726dce3fcb6ab13
kbuild: fix adjust_autoksyms.sh for modules that need only one symbol

When only one symbol was listed and therefore the line didn't contain
any space to separate multiple symbols, that symbol got ignored.

Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Michal Marek <mmarek@suse.com>
scripts/adjust_autoksyms.sh