Commit 0f50d21a authored by Masanari Iida's avatar Masanari Iida Committed by Masahiro Yamada
Browse files

scripts: Fix typo in headers_install.sh



This patch fixes a spelling typo in scripts/headers_install.sh

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 4d0831e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ then
	echo "asm/inline/volatile keywords."
	echo
	echo "INFILE: header file to operate on"
	echo "OUTFILE: output file which the processed header is writen to"
	echo "OUTFILE: output file which the processed header is written to"

	exit 1
fi