From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 BE750331EBE; Sat, 19 Sep 2026 00:51:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789779089; cv=none; b=JyeJddXI1UeHxGlkchBQG7aIyy+fiXicbY3v18g3dJ1xVTOdnKjuLj5FTQXU2jfrlgAeFSM3r+Kqixq0DjrBlYTl2/UpCqL84LTWmIHPIj+RMwbBAlOOvODr8H+2BoDEp1AfaRchyN+i/ssppzru5zp0xPIkQ5Es7zGuGf4plD8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789779089; c=relaxed/simple; bh=bU3/YO4pZoVrp5vJebtHT7tn0bmo/c5C2cO3b4IQjyY=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=AmFo3FIoRy/fLALJwxAYKkGEORuZVMdQD1iEGfmupiXyfmH6OiwucJo3M+vJFR3mq5ksirIlxftuykE2sp3glxzoIZ7hL7+x/UIGMiZgS96UY2pQ25s4LcjHhHEji1xsc/c3KlZymK2gFARP33lhRI6nroinPZ2zo80sUmG7/qU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=HZ3Es+2Q; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="HZ3Es+2Q" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E6B2E1F00898; Sat, 19 Sep 2026 00:51:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1789779082; bh=S4FW45p6sDiphXqXfQ0jW7p5Ux6nOtpllq9+lFLzF4w=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=HZ3Es+2Q2qvCsv+oMINR+jaMK9nIykd/LbdcQJMLsas3WNyY9aEYHtBhfkilZSjSL pOQW7NYxsfNQ/c2KzEy72mDnhetLuMybRAj9EspkMc2suDJw/fXDfbhrzUqlGgzPhM Df3i6GbR5TredI7XxyjosHomd1kl1QYm7+/xLhURIr44jYpfM56kVOrnzSqWSbWb9a E9KtZs4gee2EjPrYiqpj7qC5jxkKDrCpA7UMLYbJ8sMBHOg+KnRwo8oWLFLXDV0l10 gMGU0WeIO6KmHJoH/CluSEjipLiZFaCqZPUEFtfMCovv70nVxnZ202MdQUhNPiLW8d HFqALdEXRUUEQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 198EA3811978; Sat, 19 Sep 2026 00:50:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net v2] net: phy: Fix device_set_wakeup_enable() reference in kernel-doc From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178977901564.1211687.16161357006295677908.git-patchwork-notify@kernel.org> Date: Sat, 19 Sep 2026 00:50:15 +0000 References: <20260917063051.52727-1-kmehltretter@gmail.com> In-Reply-To: <20260917063051.52727-1-kmehltretter@gmail.com> To: Karl Mehltretter Cc: andrew@lunn.ch, hkallweit1@gmail.com, linux@armlinux.org.uk, kuba@kernel.org, florian.fainelli@broadcom.com, maxime.chevallier@bootlin.com, rmk+kernel@armlinux.org.uk, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 17 Sep 2026 08:30:51 +0200 you wrote: > The phy_may_wakeup() documentation refers to > device_set_wakeup_enabled(), but the function is named > device_set_wakeup_enable(). Correct the reference. > > Fixes: b344bfacf1de ("net: phy: add phy_may_wakeup()") > Assisted-by: LLM > Signed-off-by: Karl Mehltretter > > [...] Here is the summary with links: - [net,v2] net: phy: Fix device_set_wakeup_enable() reference in kernel-doc https://git.kernel.org/netdev/net-next/c/d4f90143b9ff You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html