summaryrefslogtreecommitdiff
path: root/v4l/scripts/check_deps.pl
diff options
context:
space:
mode:
authorJean-Francois Moine <moinejf@free.fr>2008-06-30 21:50:25 +0200
committerJean-Francois Moine <moinejf@free.fr>2008-06-30 21:50:25 +0200
commit992d33ec3638c791da1943bef74f4e129d7c3c46 (patch)
tree4c6d3861d76729049d38e3a67758c901c781adfe /v4l/scripts/check_deps.pl
parent5bfe11d6ee59c8495cddd009197f003fd07da74f (diff)
parentdb0a6f1fd4012760cec0c580d9d9882c5c5012ea (diff)
downloadmediapointer-dvb-s2-992d33ec3638c791da1943bef74f4e129d7c3c46.tar.gz
mediapointer-dvb-s2-992d33ec3638c791da1943bef74f4e129d7c3c46.tar.bz2
merge...
From: Jean-Francois Moine <moinejf@free.fr> Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Diffstat (limited to 'v4l/scripts/check_deps.pl')
-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.