提交 aba4b69d 编写于 作者: D Detlev Zundel 提交者: Ben Warren

net: Trivial coding style issue with empty for statement

Signed-off-by: NDetlev Zundel <dzu@denx.de>
Signed-off-by: NBen Warren <biggerbadderben@gmail.com>
上级 e3f2a933
/*
* (C) Copyright 2001-2004
* (C) Copyright 2001-2010
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
......@@ -173,7 +173,8 @@ int eth_register(struct eth_device* dev)
}
#endif
} else {
for (d=eth_devices; d->next!=eth_devices; d=d->next);
for (d=eth_devices; d->next!=eth_devices; d=d->next)
;
d->next = dev;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册