]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commiteaa0ad8beb7fe1f8970ec501c2fefeebee6fe63f
treec5e3f431530f34b0d382ed982c0d39210ee0301a
parenta3223b1b497a313cbcbd2dabc47cc510b97e0a68
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