Message ID | 230de0eb.8f4.18b17a7f26a.Coremail.chenguohua@jari.cn (mailing list archive) |
---|---|
State | Handled Elsewhere, archived |
Headers | show |
Series | include/linux: Clean up errors in hil.h | expand |
diff --git a/include/linux/hil.h b/include/linux/hil.h index 523785a9de70..9a151e01e662 100644 --- a/include/linux/hil.h +++ b/include/linux/hil.h @@ -439,7 +439,7 @@ enum hil_command { KEY_ENTER, KEY_LEFTCTRL, KEY_A, KEY_S, \ KEY_D, KEY_F, KEY_G, KEY_H, \ KEY_J, KEY_K, KEY_L, KEY_SEMICOLON, \ - KEY_APOSTROPHE,KEY_GRAVE, KEY_LEFTSHIFT, KEY_BACKSLASH, \ + KEY_APOSTROPHE, KEY_GRAVE, KEY_LEFTSHIFT, KEY_BACKSLASH, \ KEY_Z, KEY_X, KEY_C, KEY_V, \ KEY_B, KEY_N, KEY_M, KEY_COMMA, \ KEY_DOT, KEY_SLASH, KEY_RIGHTSHIFT, KEY_KPASTERISK, \
Fix the following errors reported by checkpatch: ERROR: space required after that ',' (ctx:VxV) Signed-off-by: GuoHua Cheng <chenguohua@jari.cn> --- include/linux/hil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)