public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* 0004-Staging-cx25821-fix-coding-style-issues-in-cx25821-i.patch
@ 2010-03-21 18:01 Olimpiu Pascariu
  0 siblings, 0 replies; only message in thread
From: Olimpiu Pascariu @ 2010-03-21 18:01 UTC (permalink / raw)
  To: gregkh, mchehab, palash.bandyopadhyay; +Cc: devel, linux-kernel, linux-media

>From 5f02f6af270ce061174806a039d8d44a35b2ce5e Mon Sep 17 00:00:00 2001
From: Olimpiu Pascariu <olimpiu.pascariu@gmail.com>
Date: Sun, 21 Mar 2010 19:52:31 +0200
Subject: [PATCH 4/4] Staging: cx25821: fix coding style issues in cx25821-i2c.c
 This is a patch to cx25821-i2c.c file that fixes up warnings and errors found by the checkpatch.pl tool
 Signed-off-by: Olimpiu Pascariu <olimpiu.pascariu@gmail.com>

---
 drivers/staging/cx25821/cx25821-i2c.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/staging/cx25821/cx25821-i2c.c b/drivers/staging/cx25821/cx25821-i2c.c
index f4f2681..f727b85 100644
--- a/drivers/staging/cx25821/cx25821-i2c.c
+++ b/drivers/staging/cx25821/cx25821-i2c.c
@@ -159,9 +159,9 @@ static int i2c_sendbytes(struct i2c_adapter *i2c_adap,
 
 	return msg->len;
 
-      eio:
+eio:
 	retval = -EIO;
-      err:
+err:
 	if (i2c_debug)
 		printk(KERN_ERR " ERR: %d\n", retval);
 	return retval;
@@ -223,9 +223,9 @@ static int i2c_readbytes(struct i2c_adapter *i2c_adap,
 	}
 
 	return msg->len;
-      eio:
+eio:
 	retval = -EIO;
-      err:
+err:
 	if (i2c_debug)
 		printk(KERN_ERR " ERR: %d\n", retval);
 	return retval;
@@ -266,7 +266,7 @@ static int i2c_xfer(struct i2c_adapter *i2c_adap, struct i2c_msg *msgs, int num)
 	}
 	return num;
 
-      err:
+err:
 	return retval;
 }
 
@@ -319,7 +319,7 @@ int cx25821_i2c_register(struct cx25821_i2c *bus)
 
 	bus->i2c_client.adapter = &bus->i2c_adap;
 
-	//set up the I2c
+	/* set up the I2c */
 	bus->i2c_client.addr = (0x88 >> 1);
 
 	return bus->i2c_rc;
-- 
1.7.0




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-03-21 18:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-21 18:01 0004-Staging-cx25821-fix-coding-style-issues-in-cx25821-i.patch Olimpiu Pascariu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox