From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] net/core: correct the variable name in dev_ioctl() comment Date: Thu, 10 May 2018 17:41:12 -0400 (EDT) Message-ID: <20180510.174112.1174624199039700950.davem@davemloft.net> References: <20180510030120.4747-1-sunlw.fnst@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: sunlw.fnst@cn.fujitsu.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:37702 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752144AbeEJVlN (ORCPT ); Thu, 10 May 2018 17:41:13 -0400 In-Reply-To: <20180510030120.4747-1-sunlw.fnst@cn.fujitsu.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Sun Lianwen Date: Thu, 10 May 2018 11:01:20 +0800 > The variable name is not "arg" but "ifr" in dev_ioctl() > > Signed-off-by: Sun Lianwen If you are going to touch this, fix it full by adding the need_copyout variable to the comment as well.