Revision bbe246f875d064ecfb872fe4f66152e743dfd22d authored by Juntong Deng on 26 September 2023, 18:19:44 UTC, committed by Andrew Morton on 30 September 2023, 00:20:48 UTC
According to the awk manual, the -e option does not need to be specified
in front of 'program' (unless you need to mix program-file).

The redundant -e option can cause error when users use awk tools other
than gawk (for example, mawk does not support the -e option).

Error Example:
awk: not an option: -e

Link: https://lkml.kernel.org/r/VI1P193MB075228810591AF2FDD7D42C599C3A@VI1P193MB0752.EURP193.PROD.OUTLOOK.COM
Signed-off-by: Juntong Deng <juntong.deng@outlook.com>
Cc: Shuah Khan <shuah@kernel.org>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent 2452626
History
File Mode Size
ad1816a
ad1848
cs423x
es1688
galaxy
gus
msnd
opti9xx
sb
wavefront
wss
Kconfig -rw-r--r-- 12.7 KB
Makefile -rw-r--r-- 892 bytes
adlib.c -rw-r--r-- 2.4 KB
als100.c -rw-r--r-- 9.0 KB
azt2320.c -rw-r--r-- 8.4 KB
cmi8328.c -rw-r--r-- 13.2 KB
cmi8330.c -rw-r--r-- 21.4 KB
es18xx.c -rw-r--r-- 66.5 KB
opl3sa2.c -rw-r--r-- 27.5 KB
sc6000.c -rw-r--r-- 16.7 KB
sscape.c -rw-r--r-- 30.9 KB

back to top