From ad0819081df7d2aafaf951bbb8fa7448d3f1760c Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 22 Jan 2021 12:13:54 +0100 Subject: [PATCH] libnm: fix missing (allow-none) annotation for nm_setting_bond_validate_option() --- libnm-core/nm-setting-bond.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnm-core/nm-setting-bond.c b/libnm-core/nm-setting-bond.c index 0ff964824..6c19d4ff3 100644 --- a/libnm-core/nm-setting-bond.c +++ b/libnm-core/nm-setting-bond.c @@ -579,7 +579,7 @@ handle_error: /** * nm_setting_bond_validate_option: * @name: the name of the option to validate - * @value: 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.