Skip to content

Commit 2b3c9eb

Browse files
Swetha5gregkh
authored andcommitted
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>
1 parent d480297 commit 2b3c9eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/staging/panel/panel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
#define KEYPAD_BUFFER 64
7272

7373
/* poll the keyboard this every second */
74-
#define INPUT_POLL_TIME (HZ/50)
74+
#define INPUT_POLL_TIME (HZ / 50)
7575
/* a key starts to repeat after this times INPUT_POLL_TIME */
7676
#define KEYPAD_REP_START (10)
7777
/* a key repeats this times INPUT_POLL_TIME */

0 commit comments

Comments
 (0)