scripts/mksysmap: use sed with in-line comments
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 8 Mar 2023 11:52:38 +0000 (20:52 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 17 Apr 2023 02:03:56 +0000 (11:03 +0900)
commitc4802044a0a7d7dfa82af858c2fa3ae9d76249c4
tree347dd32a4e650b4abdd6012ff7ebb1fa1f901545
parente9f76363d0aa2d7c01288d9aad79b7e44855a435
scripts/mksysmap: use sed with in-line comments

It is not feasible to insert comments in a multi-line shell command.
Use sed, and move comments close to the code.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/mksysmap