summaryrefslogtreecommitdiff
path: root/api/api_net.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-01-09 23:55:14 (GMT)
committerWolfgang Denk <wd@denx.de>2008-01-09 23:55:14 (GMT)
commitd3a6532cbe263d992f49e86ac95bede28e96f9c8 (patch)
tree687561d091203e912658d34422fb969eb7ab3744 /api/api_net.c
parent694976afa5dcc5c4e7eaeaa0612eac35cd5bd8ec (diff)
downloadu-boot-d3a6532cbe263d992f49e86ac95bede28e96f9c8.tar.xz
Coding Style cleanup; update CHANGELOG
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'api/api_net.c')
-rw-r--r--api/api_net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/api_net.c b/api/api_net.c
index 9b20a17..9611ab0 100644
--- a/api/api_net.c
+++ b/api/api_net.c
@@ -75,7 +75,7 @@ int dev_close_net(void *cookie)
return 0;
}
-/*
+/*
* There can only be one active eth interface at a time - use what is
* currently set to eth_current
*/