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

Commit ac0a121d authored by Neil Horman's avatar Neil Horman Committed by David S. Miller
Browse files

net: fix incorrect spelling in drop monitor protocol



It was pointed out to me recently that my spelling could be better :)

Signed-off-by: default avatarNeil Horman <nhorman@tuxdriver.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4f2d56c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -350,7 +350,7 @@ static int __init init_net_drop_monitor(void)
	struct per_cpu_dm_data *data;
	struct per_cpu_dm_data *data;
	int cpu, rc;
	int cpu, rc;


	printk(KERN_INFO "Initalizing network drop monitor service\n");
	printk(KERN_INFO "Initializing network drop monitor service\n");


	if (sizeof(void *) > 8) {
	if (sizeof(void *) > 8) {
		printk(KERN_ERR "Unable to store program counters on this arch, Drop monitor failed\n");
		printk(KERN_ERR "Unable to store program counters on this arch, Drop monitor failed\n");