summaryrefslogtreecommitdiffstats
path: root/isys
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-11-02 01:49:38 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-11-02 01:49:38 +0000
commitbf05f4da7b9d4e83095a633eef2ef759ded9499b (patch)
tree32c7bb559e3ade9fc52793377d5112c498f93f1e /isys
parent3923d6da166b50a08469d250d4414ff1586034db (diff)
downloadanaconda-bf05f4da7b9d4e83095a633eef2ef759ded9499b.tar.gz
anaconda-bf05f4da7b9d4e83095a633eef2ef759ded9499b.tar.xz
anaconda-bf05f4da7b9d4e83095a633eef2ef759ded9499b.zip
Space cleanups.
Diffstat (limited to 'isys')
-rw-r--r--isys/nl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/nl.c b/isys/nl.c
index 8c59d2657..278b9f742 100644
--- a/isys/nl.c
+++ b/isys/nl.c
@@ -378,7 +378,7 @@ int netlink_init_interfaces_list(void) {
*
* @param ifname The interface name (e.g., eth0).
* @return The human-readable IP address (either IPv4 or IPv6) or NULL on
- * error/no match.
+ * error/no match.
*/
char *netlink_interfaces_ip2str(char *ifname) {
char *ret = NULL;