ravb: remove erroneous comment
authorNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Sat, 3 Mar 2018 22:39:54 +0000 (23:39 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Mar 2018 15:40:14 +0000 (10:40 -0500)
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: 75efa06f457bbed3 ("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>
drivers/net/ethernet/renesas/ravb_main.c

index 54a6265..68f1221 100644 (file)
@@ -346,7 +346,6 @@ static int ravb_ring_init(struct net_device *ndev, int q)
        int ring_size;
        int i;
 
-       /* +16 gets room from the status from the card. */
        priv->rx_buf_sz = (ndev->mtu <= 1492 ? PKT_BUF_SZ : ndev->mtu) +
                ETH_HLEN + VLAN_HLEN;