[PATCH] [STYLE 1/3]staging:speakup:main.c Modify block comments

Walt Feasel waltfeasel at gmail.com
Fri Nov 11 19:31:36 UTC 2016


Made suggested modifications from checkpatch in reference
to WARNING: Block comments should align the * on each line
   CHECK: Please use a blank line after function/struct/union/enum declarations

Signed-off-by: Walt Feasel <waltfeasel at gmail.com>
---
 drivers/staging/speakup/main.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/speakup/main.c b/drivers/staging/speakup/main.c
index 5c19204..e74a69d 100644
--- a/drivers/staging/speakup/main.c
+++ b/drivers/staging/speakup/main.c
@@ -16,7 +16,7 @@
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *  GNU General Public License for more details.
-*/
+ */
 
 #include <linux/kernel.h>
 #include <linux/vt.h>
@@ -108,6 +108,7 @@ enum {
 	CT_Window,
 	CT_Max
 };
+
 #define read_all_mode CT_Max
 
 static struct tty_struct *tty;
-- 
2.1.4



More information about the devel mailing list