Use `grep -E` or plain `grep` instead of `egrep`
authorVille Skyttä <ville.skytta@iki.fi>
Sun, 1 Jan 2023 16:41:42 +0000 (18:41 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 11 Jan 2023 20:02:24 +0000 (15:02 -0500)
commitfe482b886d7ffd65cb06ec4b4b017440460e42c0
tree14800dbf93afcb0ea6a187e88e08d9666b692c1f
parent89d47b33b54715a220cdf64b3faf3a56dc6c7af7
Use `grep -E` or plain `grep` instead of `egrep`

`egrep` has been deprecated in GNU grep since 2007,
and since 3.8 it emits obsolescence warnings:
https://git.savannah.gnu.org/cgit/grep.git/commit/?id=a9515624709865d480e3142fd959bccd1c9372d1
Acked-by: Dhruva Gole <d-gole@ti.com>
arch/arm/mach-socfpga/qts-filter-a10.sh
arch/arm/mach-socfpga/qts-filter.sh
doc/board/intel/edison.rst
scripts/coccicheck
test/fs/fs-test.sh