[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150503210534.GG22481@breakpoint.cc>
Date: Sun, 3 May 2015 23:05:34 +0200
From: Florian Westphal <fw@...len.de>
To: Jεan Sacren <sakiwit@...il.com>
Cc: netdev@...r.kernel.org, Eric Dumazet <eric.dumazet@...il.com>
Subject: Re: [PATCH net-next] sock: fix comment location
Jεan Sacren <sakiwit@...il.com> wrote:
> From: Jean Sacren <sakiwit@...il.com>
>
> The block of comment is for 'sk_incoming_cpu' rather than 'sk_txhash'.
> Therefore, move it above "u16 sk_incoming_cpu;" where it belongs.
comment is at the right place.
> diff --git a/include/net/sock.h b/include/net/sock.h
> --- a/include/net/sock.h
> +++ b/include/net/sock.h
> - u16 sk_incoming_cpu;
> /* 16bit hole
> * Warned : sk_incoming_cpu can be set from softirq,
> * Do not use this hole without fully understanding possible issues.
> */
> + u16 sk_incoming_cpu;
This hole is between sk_incoming_cpu and sk_txhash.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists