summaryrefslogtreecommitdiffstats
path: root/drivers/staging/cx25821/cx25821-i2c.c
diff options
context:
space:
mode:
authorRuslan Pisarev2010-09-27 15:01:36 +0200
committerMauro Carvalho Chehab2010-10-21 05:17:08 +0200
commite4115bb2841019aa19cc5bcf0f1aa24789d05ccf (patch)
tree981a33ddc20b0e79ebaf10fffff246271abee4be /drivers/staging/cx25821/cx25821-i2c.c
parent[media] Staging: cx25821: remove spaces after parenthesis (diff)
downloadkernel-qcow2-linux-e4115bb2841019aa19cc5bcf0f1aa24789d05ccf.tar.gz
kernel-qcow2-linux-e4115bb2841019aa19cc5bcf0f1aa24789d05ccf.tar.xz
kernel-qcow2-linux-e4115bb2841019aa19cc5bcf0f1aa24789d05ccf.zip
[media] Staging: cx25821: fix braces and space coding style issues
Errors found by the checkpatch.pl tool. [mchehab@redhat.com: merged a series of CodingStyle cleanup patches for cx25851. They're all from the same author, and patches the same driver] Signed-off-by: Ruslan Pisarev <ruslan@rpisarev.org.ua> Cc: Palash Bandyopadhyay <Palash.Bandyopadhyay@conexant.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/staging/cx25821/cx25821-i2c.c')
-rw-r--r--drivers/staging/cx25821/cx25821-i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/cx25821/cx25821-i2c.c b/drivers/staging/cx25821/cx25821-i2c.c
index e43572e61ece..2b14bcca6897 100644
--- a/drivers/staging/cx25821/cx25821-i2c.c
+++ b/drivers/staging/cx25821/cx25821-i2c.c
@@ -283,7 +283,7 @@ static struct i2c_algorithm cx25821_i2c_algo_template = {
.master_xfer = i2c_xfer,
.functionality = cx25821_functionality,
#ifdef NEED_ALGO_CONTROL
- .algo_control = dummy_algo_control,
+ .algo_control = dummy_algo_control,
#endif
};