2016-11-11 21:12:25

by Walt Feasel

[permalink] [raw]
Subject: [PATCH] [STYLE 1/3]staging:speakup:speakup_apollo.c Block align on *

Made suggested modifications from checkpatch in reference
to: WARNING: Block comments should align the * on each line

Signed-off-by: Walt Feasel <[email protected]>
---
drivers/staging/speakup/speakup_apollo.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/speakup/speakup_apollo.c b/drivers/staging/speakup/speakup_apollo.c
index 3cbc8a7..3fe5ad2 100644
--- a/drivers/staging/speakup/speakup_apollo.c
+++ b/drivers/staging/speakup/speakup_apollo.c
@@ -1,6 +1,6 @@
/*
* originally written by: Kirk Reiser <[email protected]>
-* this version considerably modified by David Borowski, [email protected]
+ * this version considerably modified by David Borowski, [email protected]
*
* Copyright (C) 1998-99 Kirk Reiser.
* Copyright (C) 2003 David Borowski.
--
2.1.4