public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: fix to match 80-char rule
@ 2015-07-19 18:41 Mario Bambagini
  2015-07-19 19:28 ` Joe Perches
  0 siblings, 1 reply; 3+ messages in thread
From: Mario Bambagini @ 2015-07-19 18:41 UTC (permalink / raw)
  To: marek.belisko; +Cc: gregkh, devel, linux-kernel, mario.bambagini

Fixed comment line to match the 80-char rules.
The line contained 81 characters.
The file is fully compliant with the code style, now.

Signed-off-by: Mario Bambagini <mario.bambagini@gmail.com>
---
 drivers/staging/ft1000/ft1000-pcmcia/ft1000_cs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/ft1000/ft1000-pcmcia/ft1000_cs.c b/drivers/staging/ft1000/ft1000-pcmcia/ft1000_cs.c
index e5cc5be..931e45e 100644
--- a/drivers/staging/ft1000/ft1000-pcmcia/ft1000_cs.c
+++ b/drivers/staging/ft1000/ft1000-pcmcia/ft1000_cs.c
@@ -24,7 +24,7 @@
   License along with this program; if not, write to the
   Free Software Foundation, Inc., 59 Temple Place -
   Suite 330, Boston, MA 02111-1307, USA.
-  -----------------------------------------------------------------------------*/
+  ----------------------------------------------------------------------------*/
 
 #include <linux/kernel.h>
 #include <linux/module.h>
-- 
2.1.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-07-20 20:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-19 18:41 [PATCH] staging: fix to match 80-char rule Mario Bambagini
2015-07-19 19:28 ` Joe Perches
2015-07-20 20:09   ` Mario Bambagini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox