* [PATCH] [XFRM] BEET: Remove extra semicolon after if
@ 2008-02-02 21:53 Ilpo Järvinen
2008-02-02 22:22 ` Herbert Xu
0 siblings, 1 reply; 2+ messages in thread
From: Ilpo Järvinen @ 2008-02-02 21:53 UTC (permalink / raw)
To: David Miller, Herbert Xu; +Cc: Netdev
[-- Attachment #1: Type: TEXT/PLAIN, Size: 638 bytes --]
Once again, one of this kind tries to creep in.
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
---
net/ipv4/xfrm4_mode_beet.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net/ipv4/xfrm4_mode_beet.c b/net/ipv4/xfrm4_mode_beet.c
index e093a7b..b47030b 100644
--- a/net/ipv4/xfrm4_mode_beet.c
+++ b/net/ipv4/xfrm4_mode_beet.c
@@ -102,7 +102,7 @@ static int xfrm4_beet_input(struct xfrm_state *x, struct sk_buff *skb)
XFRM_MODE_SKB_CB(skb)->protocol = ph->nexthdr;
- if (!pskb_may_pull(skb, phlen));
+ if (!pskb_may_pull(skb, phlen))
goto out;
__skb_pull(skb, phlen);
}
--
1.5.2.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-02 22:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-02 21:53 [PATCH] [XFRM] BEET: Remove extra semicolon after if Ilpo Järvinen
2008-02-02 22:22 ` Herbert Xu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox