summaryrefslogtreecommitdiff
path: root/drivers/staging/panel
diff options
context:
space:
mode:
authorSirnam Swetha <theonly.ultimate@gmail.com>2015-10-27 09:24:51 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-28 22:55:17 (GMT)
commit2b3c9eb292b0d9b5e82ba69215b7f19a6c41fce8 (patch)
tree8c24521b34f016ab6471028c8c8e7fbc36bf7330 /drivers/staging/panel
parentd480297498f32c3d54e1445c2fafc7ae969c558f (diff)
downloadlinux-2b3c9eb292b0d9b5e82ba69215b7f19a6c41fce8.tar.xz
Staging: panel: spaces preferred around that '/'
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>
Diffstat (limited to 'drivers/staging/panel')
-rw-r--r--drivers/staging/panel/panel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/panel/panel.c b/drivers/staging/panel/panel.c
index b47da2b..6ce71ad 100644
--- a/drivers/staging/panel/panel.c
+++ b/drivers/staging/panel/panel.c
@@ -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 */