diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-03-19 22:00:34 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-03-20 11:26:32 -0400 |
commit | 07f42258893d3768deb9a24165d23f1355bc1949 (patch) | |
tree | ec0a9dbf512c512476c5e71f7dfb614cb8a4263f /drivers/media/usb/dvb-usb/opera1.c | |
parent | 434720fa98443c048df62512d3c6aaefb429bdd2 (diff) |
treewide: Fix typos in printk
Correct spelling typo in various drivers.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/media/usb/dvb-usb/opera1.c')
-rw-r--r-- | drivers/media/usb/dvb-usb/opera1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/dvb-usb/opera1.c b/drivers/media/usb/dvb-usb/opera1.c index c8a95042dfbc..16ba90acf539 100644 --- a/drivers/media/usb/dvb-usb/opera1.c +++ b/drivers/media/usb/dvb-usb/opera1.c | |||
@@ -151,7 +151,7 @@ static int opera1_i2c_xfer(struct i2c_adapter *adap, struct i2c_msg msg[], | |||
151 | break; | 151 | break; |
152 | } | 152 | } |
153 | if (dvb_usb_opera1_debug & 0x10) | 153 | if (dvb_usb_opera1_debug & 0x10) |
154 | info("sending i2c mesage %d %d", tmp, msg[i].len); | 154 | info("sending i2c message %d %d", tmp, msg[i].len); |
155 | } | 155 | } |
156 | mutex_unlock(&d->i2c_mutex); | 156 | mutex_unlock(&d->i2c_mutex); |
157 | return num; | 157 | return num; |