aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-07-06 00:14:31 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2019-07-09 22:01:44 +0900
commitb3b3eb9dadfcb6c706f5fa97bc841d4e069af3de (patch)
tree8ff5d3364ae625dc5049569da45bc2418aea81bb /scripts
parentscripts/tags.sh: drop SUBARCH support for ARM (diff)
downloadlinux-dev-b3b3eb9dadfcb6c706f5fa97bc841d4e069af3de.tar.xz
linux-dev-b3b3eb9dadfcb6c706f5fa97bc841d4e069af3de.zip
scripts/tags.sh: remove unused environment variables from comments
This script has no reference to ${ARCH}, ${src}, ${obj}. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/tags.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/tags.sh b/scripts/tags.sh
index 207c854825b4..7fea4044749b 100755
--- a/scripts/tags.sh
+++ b/scripts/tags.sh
@@ -6,7 +6,7 @@
# mode may be any of: tags, TAGS, cscope
#
# Uses the following environment variables:
-# ARCH, SUBARCH, SRCARCH, srctree, src, obj
+# SUBARCH, SRCARCH, srctree
if [ "$KBUILD_VERBOSE" = "1" ]; then
set -x
@@ -36,7 +36,7 @@ elif [ "${ALLSOURCE_ARCHS}" = "all" ]; then
ALLSOURCE_ARCHS=$(find ${tree}arch/ -mindepth 1 -maxdepth 1 -type d -printf '%f ')
fi
-# find sources in arch/$ARCH
+# find sources in arch/$1
find_arch_sources()
{
for i in $archincludedir; do