From e683dbba13dd66688ea6bb9e36d8381d522e49d9 Mon Sep 17 00:00:00 2001 From: "Nickolay V. Shmyrev" Date: Mon, 24 Oct 2005 23:31:16 +0000 Subject: * ../linux/Documentation/video4linux/API.html: * ../linux/drivers/media/video/tuner-core.c: (tuner_attach): Fixed broken API link and indentation. Signed-off-by: Nickolay V. Shmyrev --- linux/Documentation/video4linux/API.html | 2 +- linux/drivers/media/video/tuner-core.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'linux') diff --git a/linux/Documentation/video4linux/API.html b/linux/Documentation/video4linux/API.html index 441407b12..afbe9ae7e 100644 --- a/linux/Documentation/video4linux/API.html +++ b/linux/Documentation/video4linux/API.html @@ -8,7 +8,7 @@ V4L original API Obsoleted by V4L2 API - + V4L2 API Should be used for new projects diff --git a/linux/drivers/media/video/tuner-core.c b/linux/drivers/media/video/tuner-core.c index df959b430..85e355248 100644 --- a/linux/drivers/media/video/tuner-core.c +++ b/linux/drivers/media/video/tuner-core.c @@ -1,5 +1,5 @@ /* - * $Id: tuner-core.c,v 1.80 2005/10/23 21:13:48 mrechberger Exp $ + * $Id: tuner-core.c,v 1.81 2005/10/24 23:31:16 nsh Exp $ * * i2c tv tuner chip device driver * core core, i.e. kernel interfaces, registering and so on @@ -380,7 +380,7 @@ static int tuner_attach(struct i2c_adapter *adap, int addr, int kind) /* If chip is not tda8290, don't register. since it can be tda9887*/ if (tda8290_probe(&t->i2c) != 0) { - tuner_dbg("chip at addr %x is not a tda8290\n", addr); + tuner_dbg("chip at addr %x is not a tda8290\n", addr); kfree(t); return 0; } -- cgit v1.2.3