[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <54C622A6.80300@mev.co.uk>
Date: Mon, 26 Jan 2015 11:19:02 +0000
From: Ian Abbott <abbotti@....co.uk>
To: jitendra kumar khasdev <jkhasdev@...il.com>,
hsweeten@...ionengravers.com, gregkh@...uxfoundation.org
CC: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v1 1/2] Staging: comedi: fix line over 80 characters warning
On 23/01/15 19:11, jitendra kumar khasdev wrote:
> This is patch to file jr3_pci.h that fix up warning line
> over 80 character which is found by checkpatch tool.
>
> Signed-off-by: Jitendra Kumar Khasdev <jkhasdev@...il.com>
> ---
> drivers/staging/comedi/drivers/jr3_pci.h | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/staging/comedi/drivers/jr3_pci.h b/drivers/staging/comedi/drivers/jr3_pci.h
> index 20478ae..356811d 100644
> --- a/drivers/staging/comedi/drivers/jr3_pci.h
> +++ b/drivers/staging/comedi/drivers/jr3_pci.h
> @@ -261,8 +261,9 @@ struct intern_transform {
> } link[8];
> };
>
> -/* JR3 force/torque sensor data definition. For more information see sensor and */
> -/* hardware manuals. */
> +/* JR3 force/torque sensor data definition. For more information see sensor
> + * and hardware manuals.
> + */
The usual block comment style is like this:
/*
* Blah blah
* blah.
*/
--
-=( Ian Abbott @ MEV Ltd. E-mail: <abbotti@....co.uk> )=-
-=( Web: http://www.mev.co.uk/ )=-
--
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