diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2024-12-03 13:21:05 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2024-12-03 19:22:25 +0300 |
commit | 62aa6f2ede976dfb3539e59ee55c62cfd3c3faa3 (patch) | |
tree | 87194ea3397a0cbb41c0436c7eb6307265295f38 /drivers/pwm/pwm-dwc-core.c | |
parent | cdd30ebb1b9f36159d66f088b61aee264e649d7a (diff) | |
download | linux-62aa6f2ede976dfb3539e59ee55c62cfd3c3faa3.tar.xz |
scripts/nsdeps: get 'make nsdeps' working again
Since commit cdd30ebb1b9f ("module: Convert symbol namespace to string
literal"), when MODULE_IMPORT_NS() is missing, 'make nsdeps' inserts
pointless code:
MODULE_IMPORT_NS("ns");
Here, "ns" is not a namespace, but the variable in the semantic patch.
It must not be quoted. Instead, a string literal must be passed to
Coccinelle.
Fixes: cdd30ebb1b9f ("module: Convert symbol namespace to string literal")
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/pwm/pwm-dwc-core.c')
0 files changed, 0 insertions, 0 deletions