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

staging: xgifb: clean an indentation issue

Trivial fix to clean up an indentation issue

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Colin Ian King and committed by
Greg Kroah-Hartman
40d68841 365b0163

+3 -2
+3 -2
drivers/staging/xgifb/XGI_main_26.c
··· 923 923 if (!htotal || !vtotal) { 924 924 pr_debug("Invalid 'var' information\n"); 925 925 return -EINVAL; 926 - } pr_debug("var->pixclock=%d, htotal=%d, vtotal=%d\n", 927 - var->pixclock, htotal, vtotal); 926 + } 927 + pr_debug("var->pixclock=%d, htotal=%d, vtotal=%d\n", 928 + var->pixclock, htotal, vtotal); 928 929 929 930 if (var->pixclock) { 930 931 drate = 1000000000 / var->pixclock;