projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f05ddba
)
Changed recently added test to warning
author
David Schleef
<ds@schleef.org>
Fri, 7 Jun 2002 20:15:18 +0000
(20:15 +0000)
committer
David Schleef
<ds@schleef.org>
Fri, 7 Jun 2002 20:15:18 +0000
(20:15 +0000)
scripts/check_driver
patch
|
blob
|
history
diff --git
a/scripts/check_driver
b/scripts/check_driver
index 78c8e33ba0b7b327529769d963f049c3ec3a17c8..add867d51c3d8994051c2b90f06bf26163653074 100755
(executable)
--- a/
scripts/check_driver
+++ b/
scripts/check_driver
@@
-324,7
+324,7
@@
if grep "^Driver: ${basedriver}.o$" $driver &>/dev/null;then
if grep "^Updated:" $driver &>/dev/null;then
echo "has updated documentation"
else
- echo "
E
: documentation: no Updated:"
+ echo "
W
: documentation: no Updated:"
fi
if grep "^Description:" $driver &>/dev/null;then
echo "has description documentation"