From: gushengxian Date: Fri, 11 Jun 2021 01:33:33 +0000 (+0800) Subject: net: devres: Correct a grammatical error X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=51a1ebc35b46dc322071cfa7fcd4cdcfde0c1aa4;p=uclinux-h8%2Flinux.git net: devres: Correct a grammatical error Correct a grammatical error. Signed-off-by: gushengxian Signed-off-by: David S. Miller --- 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. */