From: Mauro Carvalho Chehab Date: Wed, 29 Apr 2015 12:41:34 +0000 (-0300) Subject: [media] bttv: fix indenting X-Git-Tag: v4.2-rc8~12^2~512 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=57eedc316ea19680d50eb3789cbddf50a8986719;p=platform%2Fkernel%2Flinux-exynos.git [media] bttv: fix indenting drivers/media/pci/bt8xx/bttv-driver.c:2679 bttv_s_fbuf() warn: inconsistent indenting Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/pci/bt8xx/bttv-driver.c b/drivers/media/pci/bt8xx/bttv-driver.c index bc12060..0f10e05 100644 --- a/drivers/media/pci/bt8xx/bttv-driver.c +++ b/drivers/media/pci/bt8xx/bttv-driver.c @@ -2676,7 +2676,8 @@ static int bttv_s_fbuf(struct file *file, void *f, fh->ov.w.height = fb->fmt.height; btv->init.ov.w.width = fb->fmt.width; btv->init.ov.w.height = fb->fmt.height; - kfree(fh->ov.clips); + + kfree(fh->ov.clips); fh->ov.clips = NULL; fh->ov.nclips = 0;