mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-03-16 03:54:10 +00:00
tools: Fix a typo in kernel-chktaint
This patch fixes a spelling typo in kernel-chktaint Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Link: https://lore.kernel.org/r/20210402070514.336376-1-standby24x7@gmail.com Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
269dd42f47
commit
84de8154c5
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ if [ "$1"x != "x" ]; then
|
|||
elif [ $1 -ge 0 ] 2>/dev/null ; then
|
||||
taint=$1
|
||||
else
|
||||
echo "Error: Parameter '$1' not a positive interger. Aborting." >&2
|
||||
echo "Error: Parameter '$1' not a positive integer. Aborting." >&2
|
||||
exit 1
|
||||
fi
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue