All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] video: fbdev: savage: fix indentation issue
@ 2019-02-12 13:34 ` Colin King
  2019-04-01 11:50     ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 3+ messages in thread
From: Colin King @ 2019-02-12 13:34 UTC (permalink / raw)
  To: Antonino Daplas, Bartlomiej Zolnierkiewicz, linux-fbdev, dri-devel
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

The indentation in the if statement is not indented correctly, fix
this with extra level of indentation.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/video/fbdev/savage/savagefb_driver.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/video/fbdev/savage/savagefb_driver.c b/drivers/video/fbdev/savage/savagefb_driver.c
index c09d7426cd92..47b78f0138c3 100644
--- a/drivers/video/fbdev/savage/savagefb_driver.c
+++ b/drivers/video/fbdev/savage/savagefb_driver.c
@@ -2155,9 +2155,9 @@ static int savage_init_fb_info(struct fb_info *info, struct pci_dev *dev,
 
 		err = fb_alloc_cmap(&info->cmap, NR_PALETTE, 0);
 		if (!err)
-		info->flags |= FBINFO_HWACCEL_COPYAREA |
-	                       FBINFO_HWACCEL_FILLRECT |
-		               FBINFO_HWACCEL_IMAGEBLIT;
+			info->flags |= FBINFO_HWACCEL_COPYAREA |
+				       FBINFO_HWACCEL_FILLRECT |
+				       FBINFO_HWACCEL_IMAGEBLIT;
 	}
 #endif
 	return err;
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] video: fbdev: savage: fix indentation issue
  2019-02-12 13:34 ` [PATCH] video: fbdev: savage: fix indentation issue Colin King
@ 2019-04-01 11:50     ` Bartlomiej Zolnierkiewicz
  0 siblings, 0 replies; 3+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2019-04-01 11:50 UTC (permalink / raw)
  To: Colin King
  Cc: Antonino Daplas, linux-fbdev, dri-devel, kernel-janitors, linux-kernel


On 02/12/2019 02:34 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> The indentation in the if statement is not indented correctly, fix
> this with extra level of indentation.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Patch queued for v5.2, thanks.

Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] video: fbdev: savage: fix indentation issue
@ 2019-04-01 11:50     ` Bartlomiej Zolnierkiewicz
  0 siblings, 0 replies; 3+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2019-04-01 11:50 UTC (permalink / raw)
  To: Colin King
  Cc: Antonino Daplas, linux-fbdev, dri-devel, kernel-janitors, linux-kernel


On 02/12/2019 02:34 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> The indentation in the if statement is not indented correctly, fix
> this with extra level of indentation.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Patch queued for v5.2, thanks.

Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-04-01 11:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20190212133451epcas2p23174f946cea09cabd29472e118fd4741@epcas2p2.samsung.com>
2019-02-12 13:34 ` [PATCH] video: fbdev: savage: fix indentation issue Colin King
2019-04-01 11:50   ` Bartlomiej Zolnierkiewicz
2019-04-01 11:50     ` Bartlomiej Zolnierkiewicz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.