diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2018-01-04 06:47:28 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2018-01-04 13:12:01 -0500 |
commit | 4a3fad709bbc74c85fffff8903d17b5e35723365 (patch) | |
tree | ef1049fa2d66756b7920d0cb6059083745997e57 /drivers/media/pci/tw5864 | |
parent | 589266bdbf90527436fed95505522fd30d9a6d98 (diff) | |
download | linux-stable-4a3fad709bbc74c85fffff8903d17b5e35723365.tar.gz linux-stable-4a3fad709bbc74c85fffff8903d17b5e35723365.tar.bz2 linux-stable-4a3fad709bbc74c85fffff8903d17b5e35723365.zip |
media: fix usage of whitespaces and on indentation
On several places, whitespaces are being used for indentation,
or even at the end of the line.
Fix them.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/pci/tw5864')
-rw-r--r-- | drivers/media/pci/tw5864/tw5864-video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/tw5864/tw5864-video.c b/drivers/media/pci/tw5864/tw5864-video.c index e7bd2b8484e3..ff2b7da90c08 100644 --- a/drivers/media/pci/tw5864/tw5864-video.c +++ b/drivers/media/pci/tw5864/tw5864-video.c @@ -730,7 +730,7 @@ static int tw5864_frameinterval_get(struct tw5864_input *input, frameinterval->denominator = 25; break; default: - dev_warn(&dev->pci->dev, "tw5864_frameinterval_get requested for unknown std %d\n", + dev_warn(&dev->pci->dev, "tw5864_frameinterval_get requested for unknown std %d\n", input->std); return -EINVAL; } |