From patchwork Mon Jun 5 02:46:53 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 771061 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3wgzls0RYgz9s4s for ; Mon, 5 Jun 2017 12:48:40 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=infradead.org header.i=@infradead.org header.b="bfIVLeIJ"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751234AbdFECq7 (ORCPT ); Sun, 4 Jun 2017 22:46:59 -0400 Received: from bombadil.infradead.org ([65.50.211.133]:41815 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751212AbdFECq6 (ORCPT ); Sun, 4 Jun 2017 22:46:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: Content-Type:MIME-Version:Date:Message-ID:Subject:From:Cc:To:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=C7e4CzpNLAFSXSGkmE77QOtC57f3BJugMNdXljlbyRs=; b=bfIVLeIJQLX8M7NQftpRGmAAs OdF99H3Z1WGWoUvweW+gV/9UC5Jf7zcLN2t7cEvwxADqVUQEF797XXeFMM8Lo+TmGZ1+ur78lT/Co bOrpSUA75TV9YB8OXtGFnRSzip8DA/CNmztyjQlznUPEQFI9m2zJNxQnbQmwuiPNzKVB/ftPAVhzp oPyxs0Id/kh+xGJKzHe3kmx3luMCtrZC17r2a7Cns6qrvOZm0ZbjqQxjqHzwP3tcNUg+LuBt4Mqnd lZ8mrru6yQb80CEES9SG5sUMc6R0xpvbPRunVin1jr8ZNl17OJwy2uTPIPszku6PF228HUyDmJxXe PiaNrwabQ==; Received: from static-50-53-52-16.bvtn.or.frontiernet.net ([50.53.52.16] helo=[192.168.1.19]) by bombadil.infradead.org with esmtpsa (Exim 4.87 #1 (Red Hat Linux)) id 1dHi2g-0004uL-Sl; Mon, 05 Jun 2017 02:46:54 +0000 To: "netdev@vger.kernel.org" , David Miller Cc: Andrew Lunn , Florian Fainelli From: Randy Dunlap Subject: [PATCH] net: phy: fix kernel-doc warnings Message-ID: <3d006e19-8c96-a752-fbcb-bf8fc7ccb386@infradead.org> Date: Sun, 4 Jun 2017 19:46:53 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 Content-Language: en-US Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Randy Dunlap Fix kernel-doc warnings (typo) in drivers/net/phy/phy.c: ..//drivers/net/phy/phy.c:259: warning: No description found for parameter 'features' ..//drivers/net/phy/phy.c:259: warning: Excess function parameter 'feature' description in 'phy_lookup_setting' Signed-off-by: Randy Dunlap Reviewed-by: Andrew Lunn --- drivers/net/phy/phy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- lnx-412-rc4.orig/drivers/net/phy/phy.c +++ lnx-412-rc4/drivers/net/phy/phy.c @@ -241,7 +241,7 @@ static const struct phy_setting settings * phy_lookup_setting - lookup a PHY setting * @speed: speed to match * @duplex: duplex to match - * @feature: allowed link modes + * @features: allowed link modes * @exact: an exact match is required * * Search the settings array for a setting that matches the speed and