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

Commit 1365e547 authored by Alexander Alemayhu's avatar Alexander Alemayhu Committed by Steffen Klassert
Browse files

xfrm: trivial typos



o s/descentant/descendant
o s/workarbound/workaround

Signed-off-by: default avatarAlexander Alemayhu <alexander@alemayhu.com>
Signed-off-by: default avatarSteffen Klassert <steffen.klassert@secunet.com>
parent 0a0a8d6b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -330,7 +330,7 @@ void xfrm_policy_destroy(struct xfrm_policy *policy)
}
}
EXPORT_SYMBOL(xfrm_policy_destroy);
EXPORT_SYMBOL(xfrm_policy_destroy);


/* Rule must be locked. Release descentant resources, announce
/* Rule must be locked. Release descendant resources, announce
 * entry dead. The rule must be unlinked from lists to the moment.
 * entry dead. The rule must be unlinked from lists to the moment.
 */
 */


+1 −1
Original line number Original line Diff line number Diff line
@@ -409,7 +409,7 @@ static enum hrtimer_restart xfrm_timer_handler(struct hrtimer *me)
			if (x->xflags & XFRM_SOFT_EXPIRE) {
			if (x->xflags & XFRM_SOFT_EXPIRE) {
				/* enter hard expire without soft expire first?!
				/* enter hard expire without soft expire first?!
				 * setting a new date could trigger this.
				 * setting a new date could trigger this.
				 * workarbound: fix x->curflt.add_time by below:
				 * workaround: fix x->curflt.add_time by below:
				 */
				 */
				x->curlft.add_time = now - x->saved_tmo - 1;
				x->curlft.add_time = now - x->saved_tmo - 1;
				tmo = x->lft.hard_add_expires_seconds - x->saved_tmo;
				tmo = x->lft.hard_add_expires_seconds - x->saved_tmo;