[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <b1437d2f1543e73a20250342a764185772167658.camel@perches.com>
Date: Sat, 18 Jan 2020 21:32:06 -0800
From: Joe Perches <joe@...ches.com>
To: Simon Fong <simon.fongnt@...il.com>, abbotti@....co.uk
Cc: hsweeten@...ionengravers.com, gregkh@...uxfoundation.org,
colin.king@...onical.com, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 3/3] Staging: comedi: usbdux: cleanup long line and
align it
On Sun, 2020-01-19 at 11:52 +0800, Simon Fong wrote:
> Clean up long line and align it
[]
> diff --git a/drivers/staging/comedi/drivers/usbdux.c b/drivers/staging/comedi/drivers/usbdux.c
[]
> @@ -204,7 +204,8 @@ struct usbdux_private {
> struct mutex mut;
> };
>
> -static void usbdux_unlink_urbs(struct urb **urbs, int num_urbs)
Why do you believe this to be a long line?
It's only 63 characters.
1 2 3 4 5 6 7
1234567890123456789012345678901234567890123456789012345678901234567890
static void usbdux_unlink_urbs(struct urb **urbs, int num_urbs)
> +static void usbdux_unlink_urbs(struct urb **urbs,
> + int num_urbs)
> {
> int i;
>
Powered by blists - more mailing lists