about summary refs log tree commit diff
path: root/libnm-core/nm-setting-ovs-interface.c
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2018-07-03 23:54:48 +0200
committerMichael Biebl <biebl@debian.org>2018-07-03 23:54:48 +0200
commit54de7f04d1fac5f29fd54ec4120ba2fc4f9b5714 (patch)
tree87729385ff8de744dc44d0b4cc75916494b2fd38 /libnm-core/nm-setting-ovs-interface.c
parent680d3db45106e7a18665a366e1b57e58cef61506 (diff)
parent329b15110c4b183d7a47552abe3a6a6ff933e817 (diff)
Merge branch 'experimental'
Diffstat (limited to 'libnm-core/nm-setting-ovs-interface.c')
-rw-r--r--libnm-core/nm-setting-ovs-interface.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/libnm-core/nm-setting-ovs-interface.c b/libnm-core/nm-setting-ovs-interface.c
index f06db32a..ff9e4c1d 100644
--- a/libnm-core/nm-setting-ovs-interface.c
+++ b/libnm-core/nm-setting-ovs-interface.c
@@ -27,10 +27,10 @@
 
 /**
  * SECTION:nm-setting-ovs-interface
- * @short_description: Describes connection properties for OpenVSwitch interfaces.
+ * @short_description: Describes connection properties for Open vSwitch interfaces.
  *
  * The #NMSettingOvsInterface object is a #NMSetting subclass that describes properties
- * necessary for OpenVSwitch interfaces.
+ * necessary for Open vSwitch interfaces.
  **/
 
 enum {
@@ -42,7 +42,7 @@ enum {
 /**
  * NMSettingOvsInterface:
  *
- * OpenVSwitch Interface Settings
+ * Open vSwitch Interface Settings
  */
 struct _NMSettingOvsInterface {
 	NMSetting parent;
@@ -244,7 +244,6 @@ normalize:
 	return TRUE;
 }
 
-
 static int
 verify (NMSetting *setting, NMConnection *connection, GError **error)
 {