From c37fbd32ad3f28ef2cc28e1e0014d5bf99bebad1 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Sun, 13 Nov 2022 20:11:10 +0100 Subject: [PATCH] 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. --- src/libnm-core-impl/nm-setting-bond.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libnm-core-impl/nm-setting-bond.c b/src/libnm-core-impl/nm-setting-bond.c index 99bcc8fae..a411607bd 100644 --- a/src/libnm-core-impl/nm-setting-bond.c +++ b/src/libnm-core-impl/nm-setting-bond.c @@ -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.