[PATCH] Staging: comedi: drivers: fixed a missing blank line after a declaration coding style.

From: Nicolas Del Piano
Date: Thu Apr 24 2014 - 17:46:49 EST


Fixed a coding style issue.

Signed-off-by: Nicolas Del Piano <ndel314@xxxxxxxxx>
---
drivers/staging/comedi/drivers.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/staging/comedi/drivers.c b/drivers/staging/comedi/drivers.c
index cb5d214..71569bc 100644
--- a/drivers/staging/comedi/drivers.c
+++ b/drivers/staging/comedi/drivers.c
@@ -439,6 +439,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",
--
1.7.9.5


--------------020301010204060000080102--
--
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/