Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

gushengxian and committed by
David S. Miller
51a1ebc3 1ee8856d

+1 -1
+1 -1
net/devres.c
··· 60 60 * @ndev: device to register 61 61 * 62 62 * This is a devres variant of register_netdev() for which the unregister 63 - * function will be call automatically when the managing device is 63 + * function will be called automatically when the managing device is 64 64 * detached. Note: the net_device used must also be resource managed by 65 65 * the same struct device. 66 66 */