mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 15:49:42 -04:00
Staging: hv: mousevsc: Add a new line to a debug string
Add a new line to a debug string. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
3b5632efd9
commit
f50617fabd
@@ -411,7 +411,7 @@ static int mousevsc_connect_to_vsp(struct hv_device *device)
|
||||
response = &input_dev->protocol_resp;
|
||||
|
||||
if (!response->response.approved) {
|
||||
pr_err("synthhid protocol request failed (version %d)",
|
||||
pr_err("synthhid protocol request failed (version %d)\n",
|
||||
SYNTHHID_INPUT_VERSION);
|
||||
ret = -ENODEV;
|
||||
goto cleanup;
|
||||
|
||||
Reference in New Issue
Block a user