diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-01 12:30:40 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-01 12:33:43 +0200 |
commit | 3600433f19f59410010770d61ead509d785b8a6e (patch) | |
tree | 4a8594c1934b3be298bf4fb75136efc1995d81f0 /drivers/media/pci/saa7164/saa7164-api.c | |
parent | [media] saa7164: fix querycap warning (diff) | |
download | linux-3600433f19f59410010770d61ead509d785b8a6e.tar.xz linux-3600433f19f59410010770d61ead509d785b8a6e.zip |
saa7164: Fix CodingStyle issues added on previous patches
The patches that added support for HVR2255 and HVR2205 added
some CodingStyle issues.
Better to fix it sooner than latter.
Cc: Steven Toth <stoth@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/pci/saa7164/saa7164-api.c')
-rw-r--r-- | drivers/media/pci/saa7164/saa7164-api.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/pci/saa7164/saa7164-api.c b/drivers/media/pci/saa7164/saa7164-api.c index a992af6e43a4..e8077037fb5c 100644 --- a/drivers/media/pci/saa7164/saa7164-api.c +++ b/drivers/media/pci/saa7164/saa7164-api.c @@ -1467,7 +1467,8 @@ int saa7164_api_i2c_write(struct saa7164_i2c *bus, u8 addr, u32 datalen, return -EIO; } - dprintk(DBGLVL_API, "%s() len = %d bytes unitid=0x%x\n", __func__, len, unitid); + dprintk(DBGLVL_API, "%s() len = %d bytes unitid=0x%x\n", __func__, + len, unitid); /* Prepare the send buffer */ /* Bytes 00-03 dest register length |