lkml.org 
[lkml]   [2016]   [Nov]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] [STYLE 1/3]staging:speakup:main.c Modify block comments
Date
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@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
\
 
 \ /
  Last update: 2016-11-11 20:32    [W:0.035 / U:1.616 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site