]> git.karo-electronics.de Git - linux-beck.git/commitdiff
Staging: panel: spaces preferred around that '/'
authorSirnam Swetha <theonly.ultimate@gmail.com>
Tue, 27 Oct 2015 09:24:51 +0000 (14:54 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Oct 2015 22:55:17 +0000 (07:55 +0900)
This patch fixes the checkpatch issue:

CHECK: spaces preferred around that '/'

Signed-off-by: Sirnam Swetha <theonly.ultimate@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/panel/panel.c

index b47da2b446890a938f0e14a1dd9dbdca955e2ec1..6ce71ad11b10694ee81e2990e81769aeed837782 100644 (file)
@@ -71,7 +71,7 @@
 #define KEYPAD_BUFFER          64
 
 /* poll the keyboard this every second */
-#define INPUT_POLL_TIME                (HZ/50)
+#define INPUT_POLL_TIME                (HZ / 50)
 /* a key starts to repeat after this times INPUT_POLL_TIME */
 #define KEYPAD_REP_START       (10)
 /* a key repeats this times INPUT_POLL_TIME */