diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-04-29 09:41:34 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-01 06:03:49 -0300 |
commit | 57eedc316ea19680d50eb3789cbddf50a8986719 (patch) | |
tree | b318b20a6671c6eb5b869806a197e7127d8d1c22 /drivers/media/pci/bt8xx/bttv-driver.c | |
parent | 2be20f74c07be7a651da982d5865a04f42f174d8 (diff) | |
download | op-kernel-dev-57eedc316ea19680d50eb3789cbddf50a8986719.zip op-kernel-dev-57eedc316ea19680d50eb3789cbddf50a8986719.tar.gz |
[media] bttv: fix indenting
drivers/media/pci/bt8xx/bttv-driver.c:2679 bttv_s_fbuf() warn: inconsistent indenting
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/pci/bt8xx/bttv-driver.c')
-rw-r--r-- | drivers/media/pci/bt8xx/bttv-driver.c | 3 |
1 files changed, 2 insertions, 1 deletions
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; |