OSDN Git Service

net: devres: Correct a grammatical error
authorgushengxian <gushengxian@yulong.com>
Fri, 11 Jun 2021 01:33:33 +0000 (09:33 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Jun 2021 19:55:28 +0000 (12:55 -0700)
Correct a grammatical error.

Signed-off-by: gushengxian <gushengxian@yulong.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/devres.c

index 1f9be21..5ccf6ca 100644 (file)
@@ -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.
  */