summaryrefslogtreecommitdiff
path: root/net/devres.c
diff options
context:
space:
mode:
authorgushengxian <gushengxian@yulong.com>2021-06-11 09:33:33 +0800
committerDavid S. Miller <davem@davemloft.net>2021-06-11 12:55:28 -0700
commit51a1ebc35b46dc322071cfa7fcd4cdcfde0c1aa4 (patch)
tree7136c6484c9bb744d3c4d33a8dc893624bd34344 /net/devres.c
parent1ee8856de82faec9bc8bd0f2308a7f27e30ba207 (diff)
net: devres: Correct a grammatical error
Correct a grammatical error. Signed-off-by: gushengxian <gushengxian@yulong.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/devres.c')
-rw-r--r--net/devres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/devres.c b/net/devres.c
index 1f9be2133787..5ccf6ca311dc 100644
--- a/net/devres.c
+++ b/net/devres.c
@@ -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.
*/