Staging: hv: mousevsc: Add a new line to a debug string
authorK. Y. Srinivasan <kys@microsoft.com>
Wed, 26 Oct 2011 00:19:51 +0000 (17:19 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 27 Nov 2011 00:57:46 +0000 (16:57 -0800)
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>
drivers/staging/hv/hv_mouse.c

index b10466f..21cd050 100644 (file)
@@ -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;