From 2f38fb6ffb038e6dc8f93c23457dac23dd0fdd95 Mon Sep 17 00:00:00 2001 From: Feng King Date: Mon, 21 Nov 2011 01:47:11 +0000 Subject: [PATCH] --- yaml --- r: 276203 b: refs/heads/master c: 20e994a05b33b186a22a3b9e922df4cce644daac h: refs/heads/master i: 276201: a24c8ff91cae3c72fbcc75a527bc250bddef0c5a 276199: 1b1d628440e9343cc1638a6b347eaf4fefbd5c82 v: v3 --- [refs] | 2 +- trunk/net/core/skbuff.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 1251fe06822e..22b78c9c4c44 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 717b6d83664646963c71d014c71babaa802333b9 +refs/heads/master: 20e994a05b33b186a22a3b9e922df4cce644daac diff --git a/trunk/net/core/skbuff.c b/trunk/net/core/skbuff.c index 18a3cebb753d..3c30ee4a5710 100644 --- a/trunk/net/core/skbuff.c +++ b/trunk/net/core/skbuff.c @@ -2230,7 +2230,7 @@ static int skb_prepare_for_shift(struct sk_buff *skb) * @shiftlen: shift up to this many bytes * * Attempts to shift up to shiftlen worth of bytes, which may be less than - * the length of the skb, from tgt to skb. Returns number bytes shifted. + * the length of the skb, from skb to tgt. Returns number bytes shifted. * It's up to caller to free skb if everything was shifted. * * If @tgt runs out of frags, the whole operation is aborted.