summaryrefslogtreecommitdiff
path: root/v4l/scripts
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-07-01 17:16:09 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-07-01 17:16:09 -0300
commiteef6d4d157235cf1f029bcf52a2b880b8ce38926 (patch)
treebbd85896040c5b1f29125ad0a555beb21e4ab618 /v4l/scripts
parentda7fb3c8bd92c15d848047a4620d708d78263c40 (diff)
parent0734cd1feeb40b66d38bd7ebc7a88549a5895e4e (diff)
downloadmediapointer-dvb-s2-eef6d4d157235cf1f029bcf52a2b880b8ce38926.tar.gz
mediapointer-dvb-s2-eef6d4d157235cf1f029bcf52a2b880b8ce38926.tar.bz2
merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l/scripts')
-rwxr-xr-xv4l/scripts/check_deps.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/v4l/scripts/check_deps.pl b/v4l/scripts/check_deps.pl
index 4071a9976..e4d8f7a8f 100755
--- a/v4l/scripts/check_deps.pl
+++ b/v4l/scripts/check_deps.pl
@@ -194,16 +194,16 @@ Dependency check tool for Kernel Symbols.
Copyright(c) 2008 by Mauro Carvalho Chehab <mchehab\@infradead.org>
This code is licenced under the terms of GPLv2.
-This script seeks all .c files under linux/ for their exported symbols. For
-each exported symbol, it will check what Kconfig symbol is associated. Then, it
+This script seeks all .c files under linux/ for their exported symbols. For
+each exported symbol, it will check what Kconfig symbol is associated. Then, it
will cross-check that symbol usage and output a Kconfig depencency table.
WARNING: The result of this tool should be used just as a hint, since, due to
-performance issues, and to simplify the tool, the checks will use a simple grep
+performance issues, and to simplify the tool, the checks will use a simple grep
for the symbol string at the .c files, instead of a real symbol cross-check.
Also, the same symbol may appear twice with different dependencies. This is due
-to the way it checks for symbols. The final dependency is the union (AND) of
+to the way it checks for symbols. The final dependency is the union (AND) of
all showed ones for that symbol.
Further patches improving this tool are welcome.