summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-01-22 12:13:54 +0100
committerThomas Haller <thaller@redhat.com>2021-01-22 12:13:55 +0100
commitad0819081df7d2aafaf951bbb8fa7448d3f1760c (patch)
tree84b97e1bcc06e508ebb49003ca4b9cfa2811cf18
parent608b5f0515706c3e129779486c0d27c0237dc98a (diff)
downloadNetworkManager-ad0819081df7d2aafaf951bbb8fa7448d3f1760c.tar.gz
libnm: fix missing (allow-none) annotation for nm_setting_bond_validate_option()
-rw-r--r--libnm-core/nm-setting-bond.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-core/nm-setting-bond.c b/libnm-core/nm-setting-bond.c
index 0ff9648244..6c19d4ff3d 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.