[systemd-commits] src/udev

Kay Sievers kay at kemper.freedesktop.org
Thu Dec 6 12:28:04 PST 2012


 src/udev/udev-builtin-net_id.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 0d6ce9236f61cb991d7e8f2359d818e41ead0cf5
Author: Kay Sievers <kay at vrfy.org>
Date:   Thu Dec 6 21:27:42 2012 +0100

    udev: net_id - fix typos

diff --git a/src/udev/udev-builtin-net_id.c b/src/udev/udev-builtin-net_id.c
index 97dba3a..88c28a9 100644
--- a/src/udev/udev-builtin-net_id.c
+++ b/src/udev/udev-builtin-net_id.c
@@ -40,10 +40,10 @@
  * All multi-function PCI devices will carry the [f<function>] number in the
  * device name, including the function 0 device.
  *
- * For USB devices the fill chain of port numbers of hubs is composed. If the
- * string would gt longer than the maximum of 15 characters, the name is not
- * exported. The usual USB configuration == 1 and interface == 0 values are
- * suppressed.
+ * For USB devices the full chain of port numbers of hubs is composed. If the
+ * name gets longer than the maximum number of 15 characters, the name is not
+ * exported.
+ * The usual USB configuration == 1 and interface == 0 values are suppressed.
  *
  * PCI ethernet card with firmware index
  *   ID_NET_NAME_ONBOARD=eno1



More information about the systemd-commits mailing list