From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 1/2] net: add an identifier name for 'struct sock *' Date: Wed, 31 Oct 2018 12:37:56 -0700 (PDT) Message-ID: <20181031.123756.2008005470817561850.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: yuzibode@126.com, netdev@vger.kernel.org To: tsu.yubo@gmail.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:52756 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725731AbeKAEhZ (ORCPT ); Thu, 1 Nov 2018 00:37:25 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Bo YU Date: Mon, 29 Oct 2018 23:42:09 -0400 > Fix a warning from checkpatch: > function definition argument 'struct sock *' should also have an > identifier name in include/net/af_unix.h. > > Signed-off-by: Bo YU Applied.