summary refs log tree commit diff
path: root/host/rootfs
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-07-08 11:21:29 +0000
committerAlyssa Ross <hi@alyssa.is>2022-07-08 11:21:29 +0000
commit921459e80702850aa1581d69b2f2ad09c94778de (patch)
tree82e581616b9205a0597f8f562f6781e0f998b61d /host/rootfs
parente7ec26b28ca1643aaaadb99d57bd82e29b43c7a8 (diff)
downloadspectrum-921459e80702850aa1581d69b2f2ad09c94778de.tar
spectrum-921459e80702850aa1581d69b2f2ad09c94778de.tar.gz
spectrum-921459e80702850aa1581d69b2f2ad09c94778de.tar.bz2
spectrum-921459e80702850aa1581d69b2f2ad09c94778de.tar.lz
spectrum-921459e80702850aa1581d69b2f2ad09c94778de.tar.xz
spectrum-921459e80702850aa1581d69b2f2ad09c94778de.tar.zst
spectrum-921459e80702850aa1581d69b2f2ad09c94778de.zip
host/rootfs: use correct script name in output
When I adapted this script from gen_modalias.sh.awk, I forgot to
update the script name in the output.

Fixes: aedf5d5 ("scripts/modprobe: generate modules.map")
Signed-off-by: Alyssa Ross <hi@alyssa.is>
Diffstat (limited to 'host/rootfs')
-rwxr-xr-xhost/rootfs/scripts/modprobe/gen_modules.map.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/rootfs/scripts/modprobe/gen_modules.map.awk b/host/rootfs/scripts/modprobe/gen_modules.map.awk
index f182479..455b45b 100755
--- a/host/rootfs/scripts/modprobe/gen_modules.map.awk
+++ b/host/rootfs/scripts/modprobe/gen_modules.map.awk
@@ -14,7 +14,7 @@ BEGIN {
 	# Break this up to avoid confusing reuse lint.
 	print "# SPDX-License-Identifier" ": CC0-1.0"
 	print "#"
-	print "# Generated by gen_modalias.sh.awk."
+	print "# Generated by gen_modules.map.awk."
 }
 
 FNR == 1 {