Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 22783649 authored by Ralf Baechle's avatar Ralf Baechle Committed by David S. Miller
Browse files

[NET]: Fix comment in loopback driver.

parent 001dd250
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -214,7 +214,7 @@ struct net_device loopback_dev = {
	.ethtool_ops		= &loopback_ethtool_ops,
};

/* Setup and register the of the LOOPBACK device. */
/* Setup and register the loopback device. */
int __init loopback_init(void)
{
	struct net_device_stats *stats;