Remove the back slash from long literal string

since the back slash is only needed for the long macro definition

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2024-02-19 17:22:27 +08:00 committed by Alin Jerpelea
parent 8bf8e21614
commit 2e91c07ca7
10 changed files with 19 additions and 19 deletions

View file

@ -329,7 +329,7 @@ static void hci_cmd_done(uint16_t opcode, uint8_t status,
if (g_btdev.sent_cmd->u.hci.opcode != opcode)
{
wlerr("ERROR: Unexpected completion of opcode 0x%04x " \
wlerr("ERROR: Unexpected completion of opcode 0x%04x "
"expected 0x%04x\n",
opcode, g_btdev.sent_cmd->u.hci.opcode);
return;