Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Input: atkbd - clean up indentation issue

Trivial fix to clean up indentation issues, add missing tab

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Colin Ian King and committed by
Dmitry Torokhov
e94b9f12 4aeba641

+1 -1
+1 -1
drivers/input/keyboard/atkbd.c
··· 841 841 if (param[0] != 3) { 842 842 param[0] = 2; 843 843 if (ps2_command(ps2dev, param, ATKBD_CMD_SSCANSET)) 844 - return 2; 844 + return 2; 845 845 } 846 846 847 847 ps2_command(ps2dev, param, ATKBD_CMD_SETALL_MBR);