Commit 51a1ebc3 authored by gushengxian's avatar gushengxian Committed by David S. Miller

net: devres: Correct a grammatical error

Correct a grammatical error.
Signed-off-by: default avatargushengxian <gushengxian@yulong.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1ee8856d
...@@ -60,7 +60,7 @@ static int netdev_devres_match(struct device *dev, void *this, void *match_data) ...@@ -60,7 +60,7 @@ static int netdev_devres_match(struct device *dev, void *this, void *match_data)
* @ndev: device to register * @ndev: device to register
* *
* This is a devres variant of register_netdev() for which the unregister * This is a devres variant of register_netdev() for which the unregister
* function will be call automatically when the managing device is * function will be called automatically when the managing device is
* detached. Note: the net_device used must also be resource managed by * detached. Note: the net_device used must also be resource managed by
* the same struct device. * the same struct device.
*/ */
......
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