[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1371807064-25221-1-git-send-email-navinp@cdac.in>
Date: Fri, 21 Jun 2013 15:01:04 +0530
From: navin patidar <navinp@...c.in>
To: gregkh@...uxfoundation.org, mfm@...eddisk.com
Cc: linux-usb@...r.kernel.org, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org, navin patidar <navinp@...c.in>
Subject: [PATCH] staging: usbip: replace pr_warning() with pr_warn()
pr_warn() is preferred over pr_warning().
Signed-off-by: navin patidar <navinp@...c.in>
---
drivers/staging/usbip/usbip_event.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/usbip/usbip_event.c b/drivers/staging/usbip/usbip_event.c
index 82123be..64933b9 100644
--- a/drivers/staging/usbip/usbip_event.c
+++ b/drivers/staging/usbip/usbip_event.c
@@ -85,7 +85,7 @@ int usbip_start_eh(struct usbip_device *ud)
ud->eh = kthread_run(event_handler_loop, ud, "usbip_eh");
if (IS_ERR(ud->eh)) {
- pr_warning("Unable to start control thread\n");
+ pr_warn("Unable to start control thread\n");
return PTR_ERR(ud->eh);
}
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists