diff options
author | Torstein Husebø <torstein@huseboe.net> | 2014-12-11 13:33:10 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-12-11 13:33:10 -0500 |
commit | 96ed47b845e22a730e3b7f567f60d552aa8981e6 (patch) | |
tree | 3b7ab56d4af83a6338c0f02bf7558287429232bc /src/udev/udev-builtin-net_id.c | |
parent | 9dca886fc2b034549eaec887eeca1455baa7672a (diff) |
treewide: correct spacing near eol in code comments
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/udev/udev-builtin-net_id.c')
-rw-r--r-- | src/udev/udev-builtin-net_id.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/udev-builtin-net_id.c b/src/udev/udev-builtin-net_id.c index 4731a860b0..1502818763 100644 --- a/src/udev/udev-builtin-net_id.c +++ b/src/udev/udev-builtin-net_id.c @@ -307,7 +307,7 @@ static int names_usb(struct udev_device *dev, struct netnames *names) { s[0] = '\0'; interf = s+1; - /* prefix every port number in the chain with "u"*/ + /* prefix every port number in the chain with "u" */ s = ports; while ((s = strchr(s, '.'))) s[0] = 'u'; |