Re: [PATCH 2/2] skd: Restricted pr_debug() lines to 80 characters

From: Joe Perches
Date: Tue Oct 01 2013 - 14:43:39 EST


On Tue, 2013-10-01 at 12:29 +0000, OS Engineering wrote:
> From 6ff5102b3cd8047bb4bfb4d0165f289249e23bbe Mon Sep 17 00:00:00 2001
> From: rchinthekindi <rchinthekindi@xxxxxxxxxxxx>
> Date: Tue, 1 Oct 2013 17:49:58 +0530
> Subject: [PATCH 2/2] skd: Restricted pr_debug() lines to 80 characters
>
> Restricted pr_debug() lines to 80 characters

Please don't split formats across multiple lines.

> diff --git a/drivers/block/skd_main.c b/drivers/block/skd_main.c


> @@ -2370,9 +2372,10 @@ static void skd_complete_internal(struct skd_device *skdev,
> skd_send_internal_skspcl(skdev, skspcl, WRITE_BUFFER);
> else {
> if (skdev->state == SKD_DRVR_STATE_STOPPING) {
> - pr_debug("%s:%s:%d TUR failed, don't send anymore"
> - "state 0x%x\n",
> - skdev->name, __func__, __LINE__, skdev->state);
> + pr_debug("%s:%s:%d TUR failed, don't send"
> + " anymore state 0x%x\n",
> + skdev->name, __func__, __LINE__,
> + skdev->state);

etc...


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/