From: K. Y. Srinivasan Date: Wed, 26 Oct 2011 00:19:51 +0000 (-0700) Subject: Staging: hv: mousevsc: Add a new line to a debug string X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f50617fabdecdc61076328b6f25d214410fb4244;p=mv-sheeva.git 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 Signed-off-by: Haiyang Zhang Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/hv/hv_mouse.c b/drivers/staging/hv/hv_mouse.c index b10466f6605..21cd050b6b4 100644 --- a/drivers/staging/hv/hv_mouse.c +++ b/drivers/staging/hv/hv_mouse.c @@ -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;