[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1407292539.16152.118.camel@joe-AO725>
Date: Tue, 05 Aug 2014 19:35:39 -0700
From: Joe Perches <joe@...ches.com>
To: Dzonatans Melgalvis <dz.melgalvis@...il.com>
Cc: gregkh@...uxfoundation.org, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] staging: comedi: drivers.c: fix checkpatch code style
issue
On Wed, 2014-08-06 at 03:53 +0300, Dzonatans Melgalvis wrote:
> Fixing checkpatch warning - blank line missing after declaration.
[]
> diff --git a/drivers/staging/comedi/drivers.c b/drivers/staging/comedi/drivers.c
[]
> @@ -440,6 +440,7 @@ static void *comedi_recognize(struct comedi_driver *driv, const char *name)
> static void comedi_report_boards(struct comedi_driver *driv)
> {
> unsigned int i;
> +
> const char *const *name_ptr;
>
> pr_info("comedi: valid board names for %s driver are:\n",
This is also a false positive from an old version
of checkpatch.
For all messages produced by brainless tools,
please use your skill, experience, and taste and
look at what is being suggested and see if it's
right before sending patches based on the tools
suggestions.
--
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