summaryrefslogtreecommitdiffstats
path: root/src/shared/ethtool-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/ethtool-util.c')
-rw-r--r--src/shared/ethtool-util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/ethtool-util.c b/src/shared/ethtool-util.c
index 6c9aeb1c6c..ef605346f2 100644
--- a/src/shared/ethtool-util.c
+++ b/src/shared/ethtool-util.c
@@ -393,7 +393,7 @@ int ethtool_get_permanent_hw_addr(int *ethtool_fd, const char *ifname, struct hw
if (dest != _v) \
updated = true; \
dest = _v; \
- } while(false)
+ } while (false)
#define UPDATE_WITH_MAX(dest, max, val, updated) \
do { \
@@ -404,7 +404,7 @@ int ethtool_get_permanent_hw_addr(int *ethtool_fd, const char *ifname, struct hw
if (dest != _v) \
updated = true; \
dest = _v; \
- } while(false)
+ } while (false)
int ethtool_set_wol(
int *ethtool_fd,