From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 39DF5AD2E for ; Sat, 5 Aug 2023 11:52:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E4024C433C7; Sat, 5 Aug 2023 11:52:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691236352; bh=qkRJcII+i/MOcmUTOd8zTsfN35mVnLkGtBTM24Hcgcg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=e6AH/Ua5Kr/zsxIb1fwmsnzHqqoTxEC0qsXThyDdq/0Pyyu/Jzyzy0NK3ccdBChHL BEhA0dRWIeAr9vz2oQGc5a0zXixHcwBLXuA5f8OJqPL0coZ982swT//y6QcaXtXz3G eRe6LiZHo4OccdyvZA6qRzh4rqugjOXPdXdy5jVyXbmaPerM0Ri69A+fHezBQwIejs O5hPsNjizOqnVMm+4a4iclG2G3GYioaE779WOGyIqgBZ9bFJowyYrXI0WuNfDab/Hm 1pqhNewbYf7KNaoqDD8yuEpltm/RVbHGt+pcqEq0MKz7DvrO/4854MbZ5oFZkQgIGi nNbs/SQNMWARA== Date: Sat, 5 Aug 2023 13:52:28 +0200 From: Simon Horman To: Zhengchao Shao Cc: netdev@vger.kernel.org, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, jiri@resnulli.us, weiyongjun1@huawei.com, yuehaibing@huawei.com Subject: Re: [PATCH net-next] team: add __exit modifier to team_nl_fini() Message-ID: References: <20230804113557.1699005-1-shaozhengchao@huawei.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230804113557.1699005-1-shaozhengchao@huawei.com> On Fri, Aug 04, 2023 at 07:35:57PM +0800, Zhengchao Shao wrote: > team_nl_fini is only called when the module exits, so add the __exit > modifier to it. > > Signed-off-by: Zhengchao Shao Reviewed-by: Simon Horman