summaryrefslogtreecommitdiff
path: root/src/udev/udev-builtin-net_id.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-10-20 03:00:46 +0900
committerLennart Poettering <lennart@poettering.net>2018-10-19 22:19:12 +0200
commit14cb109d4594ff89e8d5449a89c38e4b0d78afd8 (patch)
tree39d18b57229b9766134077240307b7efa588904f /src/udev/udev-builtin-net_id.c
parent347a19343c7975fc4c2d627150fce4b4e75f91ac (diff)
downloadsystemd-14cb109d4594ff89e8d5449a89c38e4b0d78afd8.tar.gz
tree-wide: replace 'unsigned int' with 'unsigned'
Diffstat (limited to 'src/udev/udev-builtin-net_id.c')
-rw-r--r--src/udev/udev-builtin-net_id.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/udev/udev-builtin-net_id.c b/src/udev/udev-builtin-net_id.c
index 6e46a139f3..28d15cc100 100644
--- a/src/udev/udev-builtin-net_id.c
+++ b/src/udev/udev-builtin-net_id.c
@@ -601,7 +601,7 @@ static int names_usb(struct udev_device *dev, struct netnames *names) {
static int names_bcma(struct udev_device *dev, struct netnames *names) {
struct udev_device *bcmadev;
- unsigned int core;
+ unsigned core;
assert(dev);
assert(names);
@@ -676,7 +676,7 @@ static int names_ccw(struct udev_device *dev, struct netnames *names) {
static int names_mac(struct udev_device *dev, struct netnames *names) {
const char *s;
unsigned long i;
- unsigned int a1, a2, a3, a4, a5, a6;
+ unsigned a1, a2, a3, a4, a5, a6;
/* Some kinds of devices tend to have hardware addresses
* that are impossible to use in an iface name.