summaryrefslogtreecommitdiffstats
path: root/drivers/net/ne2000.c
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel@ziswiler.com>2007-12-30 03:30:56 +0100
committerWolfgang Denk <wd@denx.de>2008-01-09 21:50:47 +0100
commit10c7382bc5d5e64c47f94ac2ca78cc574442e82d (patch)
treee4717850c2c115adae392015cf8ae8d5000b9d22 /drivers/net/ne2000.c
parent7817cb2083d982923752fe0f12b67c0e7c09a027 (diff)
downloadtalos-obmc-uboot-10c7382bc5d5e64c47f94ac2ca78cc574442e82d.tar.gz
talos-obmc-uboot-10c7382bc5d5e64c47f94ac2ca78cc574442e82d.zip
fix various comments
Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
Diffstat (limited to 'drivers/net/ne2000.c')
-rw-r--r--drivers/net/ne2000.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/net/ne2000.c b/drivers/net/ne2000.c
index c978d62ef3..b100657539 100644
--- a/drivers/net/ne2000.c
+++ b/drivers/net/ne2000.c
@@ -839,7 +839,7 @@ void uboot_push_packet_len(int len) {
}
dp83902a_recv(&pbuf[0], len);
- /*Just pass it to the upper layer*/
+ /* Just pass it to the upper layer */
NetReceive(&pbuf[0], len);
}
@@ -902,7 +902,6 @@ int eth_init(bd_t *bd) {
}
void eth_halt() {
-
PRINTK("### eth_halt\n");
if(initialized)
dp83902a_stop();
@@ -910,8 +909,8 @@ void eth_halt() {
}
int eth_rx() {
-dp83902a_poll();
-return 1;
+ dp83902a_poll();
+ return 1;
}
int eth_send(volatile void *packet, int length) {
OpenPOWER on IntegriCloud