]> git.baikalelectronics.ru Git - kernel.git/commit
modpost: explain why we can't use strsep
authorWolfram Sang <wsa@kernel.org>
Sun, 26 Jul 2020 21:44:19 +0000 (23:44 +0200)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 27 Jul 2020 04:38:38 +0000 (13:38 +0900)
commit4df71eca32952c88c7e05b8ca3512c923c9171a7
tree73317ed1a98d96dfd5acb948907fe7478f4aec02
parent1b15a78eb17821fa5bb5d03d8950ebb6246c640b
modpost: explain why we can't use strsep

Mention why we open-code strsep, so it is clear that it is intentional.

Fixes: cd0de919c2f9 ("modpost: remove use of non-standard strsep() in HOSTCC code")
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/mod/modpost.c