[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20170321.183114.2143246486541537142.davem@davemloft.net>
Date: Tue, 21 Mar 2017 18:31:14 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: lucien.xin@...il.com
Cc: netdev@...r.kernel.org, linux-sctp@...r.kernel.org,
marcelo.leitner@...il.com, nhorman@...driver.com,
vyasevich@...il.com, ja@....bg
Subject: Re: [PATCH net] sctp: remove temporary variable confirm from
sctp_packet_transmit
From: Xin Long <lucien.xin@...il.com>
Date: Sat, 18 Mar 2017 19:12:22 +0800
> Commit c86a773c7802 ("sctp: add dst_pending_confirm flag") introduced
> a temporary variable "confirm" in sctp_packet_transmit.
>
> But it broke the rule that longer lines should be above shorter ones.
> Besides, this variable is not necessary, so this patch is to just
> remove it and use tp->dst_pending_confirm directly.
>
> Fixes: c86a773c7802 ("sctp: add dst_pending_confirm flag")
> Signed-off-by: Xin Long <lucien.xin@...il.com>
Applied.
Powered by blists - more mailing lists