module: rename next_string() to module_next_tag_pair()
authorLuis Chamberlain <mcgrof@kernel.org>
Sun, 19 Mar 2023 21:27:36 +0000 (14:27 -0700)
committerLuis Chamberlain <mcgrof@kernel.org>
Fri, 24 Mar 2023 18:05:15 +0000 (11:05 -0700)
commitfeb5b784a26363b690f618213450faf244c1c58e
treee1a1436ca9f61ddec5f5ff80e9d5b6604447f205
parentb66973b82d4426b318f78a20c6b39ddd977a508a
module: rename next_string() to module_next_tag_pair()

This makes it clearer what it is doing. While at it,
make it available to other code other than main.c.
This will be used in the subsequent patch and make
the changes easier to read.

Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
kernel/module/internal.h
kernel/module/main.c