Skip to content

Commit

Permalink
Input: atkbd - clean up indentation issue
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and dtor committed Nov 12, 2018
1 parent 4aeba64 commit e94b9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/keyboard/atkbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ static int atkbd_select_set(struct atkbd *atkbd, int target_set, int allow_extra
if (param[0] != 3) {
param[0] = 2;
if (ps2_command(ps2dev, param, ATKBD_CMD_SSCANSET))
return 2;
return 2;
}

ps2_command(ps2dev, param, ATKBD_CMD_SETALL_MBR);
Expand Down

0 comments on commit e94b9f1

Please sign in to comment.