Commit ad78347f authored by Nicolas Ferre's avatar Nicolas Ferre Committed by David S. Miller

net/macb: trivial: correct wording for caps

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: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f6970505
......@@ -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)
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment