X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=scripts%2Ffind-unused-docs.sh;h=ee6a50e33aba805dfd1ea056adf24d80ebe8b283;hb=b19e8c68470385dd2c5440876591fddb02c8c402;hp=3f46f8977dc4dc8882cc9c89e8d80e4effd0bb4f;hpb=7cc289b9c689fcb2ba695317319e61720dcd73ba;p=linux.git diff --git a/scripts/find-unused-docs.sh b/scripts/find-unused-docs.sh index 3f46f8977dc4..ee6a50e33aba 100755 --- a/scripts/find-unused-docs.sh +++ b/scripts/find-unused-docs.sh @@ -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