Bluetooth: btmrvl: *_err() and *_info() strings should end with newlines
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Mon, 25 Sep 2017 07:37:39 +0000 (13:07 +0530)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 6 Oct 2017 18:35:47 +0000 (20:35 +0200)
commit24a3a32a99ca9dcd8b2cdbaf5c99e6d99878cdb0
treec5e3f431530f34b0d382ed982c0d39210ee0301a
parent753f5d91d35b4d709505b73e640e64448857be37
Bluetooth: btmrvl: *_err() and *_info() strings should end with newlines

pr_err(), dev_err() and pr_info() messages should terminated with
a new-line to avoid other messages being concatenated onto the end.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/btmrvl_sdio.c