aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/xgifb
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-10-30 11:17:20 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-11-07 12:35:10 +0100
commit40d68841df0e9867d7b8ccc5303da9e6300d89a4 (patch)
tree7fccfb1985191a5da6cd4a0cd786da42501a004c /drivers/staging/xgifb
parentstaging: rtl8712: fix CamelCase in fw_priv struct (diff)
downloadlinux-dev-40d68841df0e9867d7b8ccc5303da9e6300d89a4.tar.xz
linux-dev-40d68841df0e9867d7b8ccc5303da9e6300d89a4.zip
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>
Diffstat (limited to 'drivers/staging/xgifb')
-rw-r--r--drivers/staging/xgifb/XGI_main_26.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/staging/xgifb/XGI_main_26.c b/drivers/staging/xgifb/XGI_main_26.c
index eca0b50f0df6..217c6bb82c0d 100644
--- a/drivers/staging/xgifb/XGI_main_26.c
+++ b/drivers/staging/xgifb/XGI_main_26.c
@@ -923,8 +923,9 @@ static int XGIfb_do_set_var(struct fb_var_screeninfo *var, int isactive,
if (!htotal || !vtotal) {
pr_debug("Invalid 'var' information\n");
return -EINVAL;
- } pr_debug("var->pixclock=%d, htotal=%d, vtotal=%d\n",
- var->pixclock, htotal, vtotal);
+ }
+ pr_debug("var->pixclock=%d, htotal=%d, vtotal=%d\n",
+ var->pixclock, htotal, vtotal);
if (var->pixclock) {
drate = 1000000000 / var->pixclock;