]> asedeno.scripts.mit.edu Git - linux.git/commit
modpost: use strstarts() helper more widely
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 9 May 2018 09:50:38 +0000 (18:50 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 17 May 2018 13:44:59 +0000 (22:44 +0900)
commitd62c476521a63053cb28d76ac50e02c2d13b1619
tree1bcd58363f7b3b5341cd5966788cd601c5e38c4e
parentbca2ccee4c4ac69496d3c8655d7869122fe5aeab
modpost: use strstarts() helper more widely

Currently, strstarts() is only used in export_from_secname().
Use it more widely to improve the code readability.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/mod/modpost.c