about summary refs log tree commit diff
path: root/src/libnm-core-impl/nm-setting-ethtool.c
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2023-02-10 11:51:50 +0100
committerMichael Biebl <biebl@debian.org>2023-02-10 11:51:50 +0100
commit58dddb802071d967ff5731f3333239ead78248e8 (patch)
treedef9e578e4786f8cbc56ce1b6cabf7670e00ae81 /src/libnm-core-impl/nm-setting-ethtool.c
parent2c1b7a7ea3c332b4d690c0595ef76c81de1f0cc8 (diff)
parent1372848511cb896b80b51ed1a3e9606bd9816631 (diff)
Update upstream source from tag 'upstream/1.42.0'
Update to upstream version '1.42.0'
with Debian dir 2b9fa2718b2bd34fa58008e335a0d81b87ad57cf
Diffstat (limited to 'src/libnm-core-impl/nm-setting-ethtool.c')
-rw-r--r--src/libnm-core-impl/nm-setting-ethtool.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libnm-core-impl/nm-setting-ethtool.c b/src/libnm-core-impl/nm-setting-ethtool.c
index 1db6c335..d5199823 100644
--- a/src/libnm-core-impl/nm-setting-ethtool.c
+++ b/src/libnm-core-impl/nm-setting-ethtool.c
@@ -29,7 +29,7 @@
  *
  * Checks whether @optname is a valid option name for an offload feature.
  *
- * %Returns: %TRUE, if @optname is valid
+ * Returns: %TRUE, if @optname is valid
  *
  * Note that nm_ethtool_optname_is_feature() was first added to the libnm header files
  * in 1.14.0 but forgot to actually add to the library. This happened belatedly in 1.20.0 and
@@ -49,7 +49,7 @@ nm_ethtool_optname_is_feature(const char *optname)
  *
  * Checks whether @optname is a valid option name for a coalesce setting.
  *
- * %Returns: %TRUE, if @optname is valid
+ * Returns: %TRUE, if @optname is valid
  *
  * Since: 1.26
  */
@@ -65,7 +65,7 @@ nm_ethtool_optname_is_coalesce(const char *optname)
  *
  * Checks whether @optname is a valid option name for a ring setting.
  *
- * %Returns: %TRUE, if @optname is valid
+ * Returns: %TRUE, if @optname is valid
  *
  * Since: 1.26
  */
@@ -81,7 +81,7 @@ nm_ethtool_optname_is_ring(const char *optname)
  *
  * Checks whether @optname is a valid option name for a pause setting.
  *
- * %Returns: %TRUE, if @optname is valid
+ * Returns: %TRUE, if @optname is valid
  *
  * Since: 1.32
  */