[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200418.153211.649575253431491187.davem@davemloft.net>
Date: Sat, 18 Apr 2020 15:32:11 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: lkml@....org
Cc: tung.q.nguyen@...tech.com.au, jmaloy@...hat.com,
ying.xue@...driver.com, netdev@...r.kernel.org
Subject: Re: [PATCH] tipc: Remove redundant tsk->published flag
From: George Spelvin <lkml@....org>
Date: Thu, 16 Apr 2020 03:27:35 GMT
> @@ -3847,7 +3839,7 @@ int tipc_sk_dump(struct sock *sk, u16 dqueues, char *buf)
> size_t sz = (dqueues) ? SK_LMAX : SK_LMIN;
> struct tipc_sock *tsk;
> struct publication *p;
> - bool tsk_connected;
> + bool tsk_connected, tsk_published;
>
Please preserve the reverse christmas tree ordering of local variables
here.
Thank you.
Powered by blists - more mailing lists