mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-07 04:09:21 +00:00
net: fix incorrect spelling in drop monitor protocol
It was pointed out to me recently that my spelling could be better :) Signed-off-by: Neil Horman <nhorman@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
4f2d56c45f
commit
ac0a121d79
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ static int __init init_net_drop_monitor(void)
|
|||
struct per_cpu_dm_data *data;
|
||||
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) {
|
||||
printk(KERN_ERR "Unable to store program counters on this arch, Drop monitor failed\n");
|
||||
|
|
Loading…
Reference in a new issue