Skip to content

Commit

Permalink
net/macb: trivial: correct wording for caps
Browse files Browse the repository at this point in the history
As a non-native English speaker, I would correct "capacities" of the macb
peripheral to "capabilities": correct me if I'm wrong!

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Nicolas Ferre authored and David S. Miller committed Mar 31, 2015
1 parent f697050 commit ad78347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/ethernet/cadence/macb.c
Original file line number Diff line number Diff line change
Expand Up @@ -2129,7 +2129,7 @@ static const struct net_device_ops macb_netdev_ops = {
};

/*
* Configure peripheral capacities according to device tree
* Configure peripheral capabilities according to device tree
* and integration options used
*/
static void macb_configure_caps(struct macb *bp, const struct macb_config *dt_conf)
Expand Down Expand Up @@ -2731,7 +2731,7 @@ static int macb_probe(struct platform_device *pdev)
}
}

/* setup capacities */
/* setup capabilities */
macb_configure_caps(bp, macb_config);

platform_set_drvdata(pdev, dev);
Expand Down

0 comments on commit ad78347

Please sign in to comment.