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>
This commit is contained in:
parent
d480297498
commit
2b3c9eb292
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue