]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
util: inline argconfig_parse_byte()
authorCaleb Sander Mateos <csander@purestorage.com>
Tue, 16 Jul 2024 16:10:48 +0000 (10:10 -0600)
committerDaniel Wagner <wagi@monom.org>
Wed, 17 Jul 2024 14:57:45 +0000 (16:57 +0200)
commit0e543743fdaf93005abd7fece9b5a03c4b2dcc11
tree165d2a82f6c7a401cd2f15bac0ed7a6d23066392
parent6f691a92f20beaf4fc6f4f8a36d598db6e053fc8
util: inline argconfig_parse_byte()

argconfig_parse_byte() is only used in argconfig_parse_type().
For consistency with the other cases, inline it into the function.

Signed-off-by: Caleb Sander Mateos <csander@purestorage.com>
util/argconfig.c
util/argconfig.h