Skip to content

Commit

Permalink
net: devres: Correct a grammatical error
Browse files Browse the repository at this point in the history
Correct a grammatical error.

Signed-off-by: gushengxian <gushengxian@yulong.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
gushengxian authored and David S. Miller committed Jun 11, 2021
1 parent 1ee8856 commit 51a1ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/devres.c
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@ static int netdev_devres_match(struct device *dev, void *this, void *match_data)
* @ndev: device to register
*
* 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
* the same struct device.
*/

0 comments on commit 51a1ebc

Please sign in to comment.