staging: pi433: standardize use of line escape chars in dev_dbg stmts
authorPaulo Miguel Almeida <paulo.miguel.almeida.rodenas@gmail.com>
Sun, 6 Feb 2022 21:06:36 +0000 (10:06 +1300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Feb 2022 09:45:13 +0000 (10:45 +0100)
commit1b6a6147374eb37f652cd0a4e5b121ef8077c4d3
treef9585a5ff59e58111993bf0fbdc9e6d27382dd75
parent9e223aa451a136ab148c5c362ef16d186c815b40
staging: pi433: standardize use of line escape chars in dev_dbg stmts

In this driver there are strings ending with of both '\n' and ''
(without '\n') when using dev_dbg function. While it doesn't affect
drivers functionality, it would be good to keep it consistent across the
driver's source code.

This patch add '\n' characters where it's missing to make it consistent
with the other dev_dbg instances.

Signed-off-by: Paulo Miguel Almeida <paulo.miguel.almeida.rodenas@gmail.com>
Link: https://lore.kernel.org/r/YgA4XHU4uf6YkOk5@mail.google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/pi433/pi433_if.c
drivers/staging/pi433/rf69.c