summaryrefslogtreecommitdiffstats
path: root/drivers/net/davinci_emac.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/davinci_emac.c')
-rw-r--r--drivers/net/davinci_emac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/davinci_emac.c b/drivers/net/davinci_emac.c
index 5bd5f3051b..989e119c38 100644
--- a/drivers/net/davinci_emac.c
+++ b/drivers/net/davinci_emac.c
@@ -387,8 +387,8 @@ static void davinci_emac_halt(struct eth_device *edev)
}
/*
- * This function sends a single packet on the network and returns
- * positive number (number of bytes transmitted) or negative for error
+ * This function sends a single packet on the network
+ * and returns 0 on successful transmit or negative for error
*/
static int davinci_emac_send(struct eth_device *edev, void *packet, int length)
{