Re: [PATCH] Staging: comedi: ssv_dnp: fixed style line length warning

From: Dan Carpenter
Date: Thu Jun 14 2018 - 09:46:51 EST


On Wed, Jun 13, 2018 at 03:01:08PM -0400, Javier Martinez wrote:
> Fixed style line length warning detected by checkpatch.pl in the file
> ssv_dnp.c.
>
> Signed-off-by: Javier Martinez <javiermlinux@xxxxxxxxx>
> ---
> drivers/staging/comedi/drivers/ssv_dnp.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/comedi/drivers/ssv_dnp.c b/drivers/staging/comedi/drivers/ssv_dnp.c
> index 0628060e42ca..87f46e0eb9ee 100644
> --- a/drivers/staging/comedi/drivers/ssv_dnp.c
> +++ b/drivers/staging/comedi/drivers/ssv_dnp.c
> @@ -16,7 +16,7 @@
> * Status: unknown
> */
>
> -/* include files ----------------------------------------------------------- */
> +/* include files ------------------------------------------------------ */

Just delete the line. It's not useful.

regards,
dan carpenter