diff options
Diffstat (limited to 'v4l')
-rwxr-xr-x | v4l/scripts/check_deps.pl | 8 |
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. |