Skip to content

Commit 5c3d0fd

Browse files
Niklas Söderlunddavem330
authored andcommitted
ravb: remove erroneous comment
When addressing a review comment in a early version of the offending patch a comment where left in which should have been removed. Remove the comment to keep it consistent with the code. Fixes: 75efa06 ("ravb: add support for changing MTU") Reported-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Acked-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 30855ff commit 5c3d0fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/net/ethernet/renesas/ravb_main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,6 @@ static int ravb_ring_init(struct net_device *ndev, int q)
346346
int ring_size;
347347
int i;
348348

349-
/* +16 gets room from the status from the card. */
350349
priv->rx_buf_sz = (ndev->mtu <= 1492 ? PKT_BUF_SZ : ndev->mtu) +
351350
ETH_HLEN + VLAN_HLEN;
352351

0 commit comments

Comments
 (0)