Skip to content

Commit

Permalink
consolemap: indentation & braces disagree - reindent
Browse files Browse the repository at this point in the history
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Ilpo Järvinen authored and Linus Torvalds committed Jan 6, 2009
1 parent 842ffab commit 71183c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/consolemap.c
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ int con_set_unimap(struct vc_data *vc, ushort ct, struct unipair __user *list)
__get_user(fontpos, &list->fontpos);
if ((err1 = con_insert_unipair(p, unicode,fontpos)) != 0)
err = err1;
list++;
list++;
}

if (con_unify_unimap(vc, p))
Expand Down

0 comments on commit 71183c9

Please sign in to comment.