diff options
| author | Alexandre Belloni <[email protected]> | 2022-11-15 11:01:58 +0000 |
|---|---|---|
| committer | Masahiro Yamada <[email protected]> | 2022-11-22 13:42:38 +0000 |
| commit | 534bd70374d646f17e2cebe0e6e4cdd478ce4f0c (patch) | |
| tree | 3f386c4bd90f83b4fe787503fcff67927fb65836 /net/bluetooth/hci_request.c | |
| parent | Linux 6.1-rc6 (diff) | |
| download | kernel-534bd70374d646f17e2cebe0e6e4cdd478ce4f0c.tar.gz kernel-534bd70374d646f17e2cebe0e6e4cdd478ce4f0c.zip | |
init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dash
When using dash as /bin/sh, the CC_HAS_ASM_GOTO_TIED_OUTPUT test fails
with a syntax error which is not the one we are looking for:
<stdin>: In function ‘foo’:
<stdin>:1:29: warning: missing terminating " character
<stdin>:1:29: error: missing terminating " character
<stdin>:2:5: error: expected ‘:’ before ‘+’ token
<stdin>:2:7: warning: missing terminating " character
<stdin>:2:7: error: missing terminating " character
<stdin>:2:5: error: expected declaration or statement at end of input
Removing '\n' solves this.
Fixes: 1aa0e8b144b6 ("Kconfig: Add option for asm goto w/ tied outputs to workaround clang-13 bug")
Signed-off-by: Alexandre Belloni <[email protected]>
Reviewed-by: Sean Christopherson <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
Diffstat (limited to 'net/bluetooth/hci_request.c')
0 files changed, 0 insertions, 0 deletions
