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

consolemap: indentation & braces disagree - reindent

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>

authored by

Ilpo Järvinen and committed by
Linus Torvalds
71183c94 842ffabb

+1 -1
+1 -1
drivers/char/consolemap.c
··· 554 554 __get_user(fontpos, &list->fontpos); 555 555 if ((err1 = con_insert_unipair(p, unicode,fontpos)) != 0) 556 556 err = err1; 557 - list++; 557 + list++; 558 558 } 559 559 560 560 if (con_unify_unimap(vc, p))