aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/caif/cfcnfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/caif/cfcnfg.c b/net/caif/cfcnfg.c
index ba9cfd47778a..f1dbddb95a6c 100644
--- a/net/caif/cfcnfg.c
+++ b/net/caif/cfcnfg.c
@@ -402,7 +402,7 @@ cfcnfg_linkup_rsp(struct cflayer *layer, u8 channel_id, enum cfctrl_srv serv,
402 402
403 phyinfo = cfcnfg_get_phyinfo_rcu(cnfg, phyid); 403 phyinfo = cfcnfg_get_phyinfo_rcu(cnfg, phyid);
404 if (phyinfo == NULL) { 404 if (phyinfo == NULL) {
405 pr_err("ERROR: Link Layer Device dissapeared" 405 pr_err("ERROR: Link Layer Device disappeared"
406 "while connecting\n"); 406 "while connecting\n");
407 goto unlock; 407 goto unlock;
408 } 408 }