]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - scripts/find-unused-docs.sh
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
[linux.git] / scripts / find-unused-docs.sh
index 3f46f8977dc4dc8882cc9c89e8d80e4effd0bb4f..ee6a50e33aba805dfd1ea056adf24d80ebe8b283 100755 (executable)
@@ -54,7 +54,7 @@ for file in `find $1 -name '*.c'`; do
        if [[ ${FILES_INCLUDED[$file]+_} ]]; then
        continue;
        fi
-       str=$(scripts/kernel-doc -text -export "$file" 2>/dev/null)
+       str=$(scripts/kernel-doc -export "$file" 2>/dev/null)
        if [[ -n "$str" ]]; then
        echo "$file"
        fi