[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1450024834-21370-1-git-send-email-phil@philippeloctaux.com>
Date: Sun, 13 Dec 2015 17:40:34 +0100
From: Philippe Loctaux <phil@...lippeloctaux.com>
To: gregkh@...uxfoundation.org
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
Philippe Loctaux <phil@...lippeloctaux.com>
Subject: [PATCH] Staging: comedi: pcmcia: fixed a line with over 80 chars
This patch fixes the checkpatch.pl warning:
WARNING: line over 80 characters
Signed-off-by: Philippe Loctaux <phil@...lippeloctaux.com>
---
drivers/staging/comedi/comedi_pcmcia.h | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/comedi/comedi_pcmcia.h b/drivers/staging/comedi/comedi_pcmcia.h
index 5d3db2b..245e6bd 100644
--- a/drivers/staging/comedi/comedi_pcmcia.h
+++ b/drivers/staging/comedi/comedi_pcmcia.h
@@ -38,8 +38,10 @@ int comedi_pcmcia_driver_register(struct comedi_driver *,
void comedi_pcmcia_driver_unregister(struct comedi_driver *,
struct pcmcia_driver *);
-/**
- * module_comedi_pcmcia_driver() - Helper macro for registering a comedi PCMCIA driver
+/*
+ * module_comedi_pcmcia_driver()
+ * Helper macro for registering a comedi PCMCIA driver
+ *
* @__comedi_driver: comedi_driver struct
* @__pcmcia_driver: pcmcia_driver struct
*
--
2.6.4
--
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