Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] v4l: 851: fixed broken api link and indentation

- Fixed broken API link and indentation.

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>

authored by

Nickolay V. Shmyrev and committed by
Linus Torvalds
b228ede4 52c02fcd

+2 -2
+1 -1
Documentation/video4linux/API.html
··· 8 8 </td><td> 9 9 Obsoleted by V4L2 API 10 10 </td></tr><tr><td> 11 - <A HREF=http://www.linuxtv.org/downloads/video4linux/API/V4L2_API.html> 11 + <A HREF=http://www.linuxtv.org/downloads/video4linux/API/V4L2_API> 12 12 V4L2 API</a> 13 13 </td><td> 14 14 Should be used for new projects
+1 -1
drivers/media/video/tuner-core.c
··· 369 369 /* If chip is not tda8290, don't register. 370 370 since it can be tda9887*/ 371 371 if (tda8290_probe(&t->i2c) != 0) { 372 - tuner_dbg("chip at addr %x is not a tda8290\n", addr); 372 + tuner_dbg("chip at addr %x is not a tda8290\n", addr); 373 373 kfree(t); 374 374 return 0; 375 375 }