mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 08:40:09 +01:00
libnm/bond: fix malformed property doc
libnm-core-impl/nm-setting-bond.c:602: warning: Parameter description
for nm_setting_bond_validate_option::value (allow-none) is not used
from source code comment block.
This commit is contained in:
parent
938c961353
commit
c37fbd32ad
1 changed files with 1 additions and 1 deletions
|
|
@ -601,7 +601,7 @@ handle_error:
|
|||
/**
|
||||
* nm_setting_bond_validate_option:
|
||||
* @name: the name of the option to validate
|
||||
* @value (allow-none): the value of the option to validate.
|
||||
* @value: (allow-none): the value of the option to validate.
|
||||
*
|
||||
* Checks whether @name is a valid bond option and @value is a valid value for
|
||||
* the @name. If @value is %NULL, the function only validates the option name.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue