Skip to content

Commit 0046246

Browse files
committed
tools/driver-list-format.sh: update the error message to stress expected format [#3265]
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
1 parent a3c3a57 commit 0046246

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/driver-list-format.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# Copyright (C)
99
# 2015-2016 Arnaud Quette <arnaud.quette@free.fr>
10-
# 2025 Jim Klimov <jimklimov+nut@gmail.com>
10+
# 2025-2026 Jim Klimov <jimklimov+nut@gmail.com>
1111
#
1212
################################################################################
1313

@@ -86,7 +86,7 @@ do
8686
# the fields may be empty (just two double-quotes).
8787
BADLINES="`$EGREP -v \"${VALID_LINE}\" < \"${TMPBUILD_PATH}/${drvfile}.tabbed\"`"
8888
if [ x"${BADLINES}" != x ] ; then
89-
echo "$0: ERROR: markup of '${DRVLIST_PATH}/${drvfile}' needs to be fixed: some lines are not exactly 6 fields (and optional comment)" >&2
89+
echo "$0: ERROR: markup of '${DRVLIST_PATH}/${drvfile}' needs to be fixed: some lines are not exactly 6 fields wrapped in quotes (and optional comment) and separated by TAB characters" >&2
9090
echo "$BADLINES" | head -5
9191
RES=1
9292
false

0 commit comments

Comments
 (0)