qcacmn: Fix misspelling of "release"
Fix misspelling of "release" in dp_main.c Change-Id: I6853908fdead1e1afbe160f52e67730df91025b1 CRs-Fixed: 3313926
This commit is contained in:

zatwierdzone przez
Madan Koyyalamudi

rodzic
5ee6661e57
commit
ba48f03c44
@@ -8070,7 +8070,7 @@ QDF_STATUS dp_peer_mlo_setup(
|
|||||||
dp_info("Primary link is not the first link. vdev: %pK,"
|
dp_info("Primary link is not the first link. vdev: %pK,"
|
||||||
"vdev_ref_cnt %d", mld_peer->vdev,
|
"vdev_ref_cnt %d", mld_peer->vdev,
|
||||||
mld_peer->vdev->ref_cnt);
|
mld_peer->vdev->ref_cnt);
|
||||||
/* relase the ref to original dp_vdev */
|
/* release the ref to original dp_vdev */
|
||||||
dp_vdev_unref_delete(soc, mld_peer->vdev,
|
dp_vdev_unref_delete(soc, mld_peer->vdev,
|
||||||
DP_MOD_ID_CHILD);
|
DP_MOD_ID_CHILD);
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user