From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] tipc: correct structure parameter comments for topsrv Date: Mon, 03 Sep 2018 21:44:09 -0700 (PDT) Message-ID: <20180903.214409.1336882972814249043.davem@davemloft.net> References: <1535954920-2722-1-git-send-email-zhenbo.gao@windriver.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: jon.maloy@ericsson.com, tipc-discussion@lists.sourceforge.net, netdev@vger.kernel.org, ying.xue@windriver.com, yue.tao@windriver.com To: zhenbo.gao@windriver.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:51008 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726344AbeIDJH3 (ORCPT ); Tue, 4 Sep 2018 05:07:29 -0400 In-Reply-To: <1535954920-2722-1-git-send-email-zhenbo.gao@windriver.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Zhenbo Gao Date: Mon, 3 Sep 2018 14:08:40 +0800 > Remove the following obsolete parameter comments of tipc_topsrv struct: > @rcvbuf_cache > @tipc_conn_new > @tipc_conn_release > @tipc_conn_recvmsg > @imp > @type > > Add the comments for the missing parameters below of tipc_topsrv struct: > @awork > @listener > > Remove the unused or duplicated parameter comments of tipc_conn struct: > @outqueue_lock > @rx_action > > Signed-off-by: Zhenbo Gao > Reviewed-by: Ying Xue Applied, thank you.