]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Staging: xgifb: XGI_main_26.c: Fix alignment to match parentheses
authorSrishti Sharma <srishtishar@gmail.com>
Sun, 10 Sep 2017 11:23:09 +0000 (16:53 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 17 Sep 2017 14:35:26 +0000 (16:35 +0200)
Fix alignment so that it matches open parentheses.

Signed-off-by: Srishti Sharma <srishtishar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/xgifb/XGI_main_26.c

index b450c740f6269cd43727c632e5d5df57b0eccd5f..b813f1d460ce3d3793890e322ec5d1d3cb4a27cd 100644 (file)
@@ -1697,7 +1697,7 @@ static int xgifb_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
 
        if (XGIfb_get_dram_size(xgifb_info)) {
                xgifb_info->video_size = min_t(unsigned long, video_size_max,
-                                               SZ_16M);
+                                              SZ_16M);
        } else if (xgifb_info->video_size > video_size_max) {
                xgifb_info->video_size = video_size_max;
        }
@@ -1736,7 +1736,7 @@ static int xgifb_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
        hw_info->pjVideoMemoryAddress =
                ioremap_wc(xgifb_info->video_base, xgifb_info->video_size);
        xgifb_info->mmio_vbase = ioremap(xgifb_info->mmio_base,
-                                           xgifb_info->mmio_size);
+                                        xgifb_info->mmio_size);
 
        dev_info(&pdev->dev,
                 "Framebuffer at 0x%llx, mapped to 0x%p, size %dk\n",