Skip to content

Commit 51a1ebc

Browse files
gushengxiandavem330
authored andcommitted
net: devres: Correct a grammatical error
Correct a grammatical error. Signed-off-by: gushengxian <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 1ee8856 commit 51a1ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/devres.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ static int netdev_devres_match(struct device *dev, void *this, void *match_data)
6060
* @ndev: device to register
6161
*
6262
* 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
6464
* detached. Note: the net_device used must also be resource managed by
6565
* the same struct device.
6666
*/

0 commit comments

Comments
 (0)