summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-macvlan.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-10-02 18:22:50 +0200
committerThomas Haller <thaller@redhat.com>2016-10-03 12:01:15 +0200
commita83eb773cea118fb4b2b6c3bce03316f73b29b61 (patch)
tree96de75e5e61facdbd8a13b71e0afbd4e2cf1581f /src/devices/nm-device-macvlan.c
parent05e66d52025d7cbe8bcfafd93c31aa5a5b852566 (diff)
downloadNetworkManager-a83eb773cea118fb4b2b6c3bce03316f73b29b61.tar.gz
all: modify line separator comments to be 80 chars wide
sed 's#^/\*\{5\}\*\+/$#/*****************************************************************************/#' $(git grep -l '\*\{5\}' | grep '\.[hc]$') -i
Diffstat (limited to 'src/devices/nm-device-macvlan.c')
-rw-r--r--src/devices/nm-device-macvlan.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/devices/nm-device-macvlan.c b/src/devices/nm-device-macvlan.c
index e9841a9d9c..e28d441bfb 100644
--- a/src/devices/nm-device-macvlan.c
+++ b/src/devices/nm-device-macvlan.c
@@ -112,7 +112,7 @@ platform_mode_to_string (guint mode)
}
}
-/**************************************************************/
+/*****************************************************************************/
static void
parent_state_changed (NMDevice *parent,
@@ -258,7 +258,7 @@ create_and_realize (NMDevice *device,
return TRUE;
}
-/******************************************************************/
+/*****************************************************************************/
static NMDeviceCapabilities
get_generic_capabilities (NMDevice *dev)
@@ -267,7 +267,7 @@ get_generic_capabilities (NMDevice *dev)
return NM_DEVICE_CAP_CARRIER_DETECT | NM_DEVICE_CAP_IS_SOFTWARE;
}
-/******************************************************************/
+/*****************************************************************************/
static gboolean
is_available (NMDevice *device, NMDeviceCheckDevAvailableFlags flags)
@@ -300,7 +300,7 @@ notify_new_device_added (NMDevice *device, NMDevice *new_device)
nm_device_macvlan_set_parent (self, new_device);
}
-/**************************************************************/
+/*****************************************************************************/
static gboolean
@@ -527,7 +527,7 @@ realize_start_notify (NMDevice *device, const NMPlatformLink *plink)
update_properties (device);
}
-/******************************************************************/
+/*****************************************************************************/
static void
nm_device_macvlan_init (NMDeviceMacvlan *self)
@@ -649,7 +649,7 @@ nm_device_macvlan_class_init (NMDeviceMacvlanClass *klass)
NULL);
}
-/*************************************************************/
+/*****************************************************************************/
#define NM_TYPE_MACVLAN_FACTORY (nm_macvlan_factory_get_type ())
#define NM_MACVLAN_FACTORY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), NM_TYPE_MACVLAN_FACTORY, NMMacvlanFactory))