From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Fri, 19 Apr 2013 18:22:14 +0800 References: <1366366016-7691-1-git-send-email-linus.luessing@web.de> In-Reply-To: <1366366016-7691-1-git-send-email-linus.luessing@web.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <201304191822.15024.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Remove unnecessary INIT_HLIST_NODE() calls Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: b.a.t.m.a.n@lists.open-mesh.org On Friday, April 19, 2013 18:06:56 Linus L=C3=BCssing wrote: > There's no need to for an explicit hlist_node initialization if it is > added to a list right away, like it's the case with the > hlist_add_head()s here. >=20 > Signed-off-by: Linus L=C3=BCssing > --- > Unmodified, reposted from: > https://lists.open-mesh.org/pipermail/b.a.t.m.a.n/2013-March/009248.html >=20 > bat_iv_ogm.c | 2 -- > send.c | 2 -- > 2 files changed, 4 deletions(-) Applied in revision 68a3373. Thanks, Marek