Skip to content

Commit

Permalink
[PATCH] v4l: 826: unify whitespaces
Browse files Browse the repository at this point in the history
- Unify whitespaces.

Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Nickolay V. Shmyrev authored and Linus Torvalds committed Nov 9, 2005
1 parent 9573603 commit 01cb963
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/tda8290.c
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ int tda8290_init(struct i2c_client *c)
if (tuner_addrs == 0) {
tuner_addrs = 0x61;
tuner_info ("could not clearly identify tuner address, defaulting to %x\n",
tuner_addrs);
tuner_addrs);
} else {
tuner_addrs = tuner_addrs & 0xff;
tuner_info ("setting tuner address to %x\n", tuner_addrs);
Expand Down
1 change: 1 addition & 0 deletions include/media/tuner.h
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ extern int tda8290_init(struct i2c_client *c);
extern int tea5767_tuner_init(struct i2c_client *c);
extern int default_tuner_init(struct i2c_client *c);
extern int tea5767_autodetection(struct i2c_client *c);
extern int tda8290_probe(struct i2c_client *c);

#define tuner_warn(fmt, arg...) do {\
printk(KERN_WARNING "%s %d-%04x: " fmt, t->i2c.driver->name, \
Expand Down

0 comments on commit 01cb963

Please sign in to comment.