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:
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;
|
||||
|
|
Loading…
Reference in New Issue