From patchwork Sat Dec 23 05:06:13 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 13503929 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 B9E589472; Sat, 23 Dec 2023 05:06:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="W2x3Lvyj" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=zx4nae/0xrclCjM8gAvAdTEa4EkprooF8E0KRFjjTTA=; b=W2x3Lvyj9SRKw6ImeEDNTMJn6I fPPLv9QZaKEiD8a+mGzc6aECqvM6jNHaLkTsgxKPL6dIcBbDiYXiDNMKua1pHpmbHxMiVJ5A0wdKq h/YWUP7M0xbNEsu0qpKwO1StTqy5GNaK5pQ0+jA2vGyRqcjHjcg6HBCykljX6+KGte8zxLjnuTqdk XHuz+KY+xL1aETOSS6eG/hTS/qUOZ9ijrULUZVGrfnV1KJT+iWHAkDbUT62OjyeExVae1/+fwWt7H TTfTtJ2pPhih6XH3D7quUZF5gmk/BstZGg4dDHolSMAiK3D7rBElrq4wTNwMfMjBO4BZt7CfNTN57 5rZFACmQ==; Received: from [50.53.46.231] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.96 #2 (Red Hat Linux)) id 1rGuDF-007Ohp-2e; Sat, 23 Dec 2023 05:06:13 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Andrew Lunn , Heiner Kallweit , Russell King , netdev@vger.kernel.org Subject: [PATCH] net: phy: linux/phy.h: fix Excess kernel-doc description warning Date: Fri, 22 Dec 2023 21:06:13 -0800 Message-ID: <20231223050613.13978-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Remove the @phy_timer: line to prevent the kernel-doc warning: include/linux/phy.h:768: warning: Excess struct member 'phy_timer' description in 'phy_device' Signed-off-by: Randy Dunlap Cc: Andrew Lunn Cc: Heiner Kallweit Cc: Russell King Cc: netdev@vger.kernel.org Reviewed-by: Russell King (Oracle) --- include/linux/phy.h | 1 - 1 file changed, 1 deletion(-) diff -- a/include/linux/phy.h b/include/linux/phy.h --- a/include/linux/phy.h +++ b/include/linux/phy.h @@ -569,7 +569,6 @@ struct macsec_ops; * - Bits [31:24] are reserved for defining generic * PHY driver behavior. * @irq: IRQ number of the PHY's interrupt (-1 if none) - * @phy_timer: The timer for handling the state machine * @phylink: Pointer to phylink instance for this PHY * @sfp_bus_attached: Flag indicating whether the SFP bus has been attached * @sfp_bus: SFP bus attached to this PHY's fiber port