From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 77F64C4332F for ; Thu, 2 Nov 2023 11:30:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229820AbjKBLa2 (ORCPT ); Thu, 2 Nov 2023 07:30:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55794 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229742AbjKBLa1 (ORCPT ); Thu, 2 Nov 2023 07:30:27 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CFD07111 for ; Thu, 2 Nov 2023 04:30:24 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPS id 7AC9AC433C9; Thu, 2 Nov 2023 11:30:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698924624; bh=A+QTuP4H2KqMqbO8ewDZNTpUxhLTk27eTGwNl1gvwUg=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=tXve6Hu5PHF1S084mucTYeLulgOp5aJRp7C2G+efosnckCa5NjMw7Fcg1af9i3I3V /I0vHBGxouaaVfar2kt45UmmHfLxMf9Cb+Q33FtCaazscxnjrrtBt8zEU80ubLYIrA D8HOw+4nQgSuelVTiO5l22S4b2R35mwul290Xu04SuU5is2kG0WCFFqh8gRzoBIsYr 3q6NIE67Cf+rpXwmEjVhp7Ym4drkHB9+Q+DL7FPQNQDIFlUGTaELaZwRdSuEfS8drk y9lXWcxAoqi7b4IsCA0Iog+e7Jgb7ByfFvejwV5PTFiilN4gt+o1SC0udTCyATz73b BirGmwhQZp6ew== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 5D159C395FC; Thu, 2 Nov 2023 11:30:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v1 net] net: ethtool: Fix documentation of ethtool_sprintf() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169892462437.16317.7188504016558577027.git-patchwork-notify@kernel.org> Date: Thu, 02 Nov 2023 11:30:24 +0000 References: <20231028192511.100001-1-andrew@lunn.ch> In-Reply-To: <20231028192511.100001-1-andrew@lunn.ch> To: Andrew Lunn Cc: netdev@vger.kernel.org, alexanderduyck@fb.com, justinstitt@google.com, stable@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni : On Sat, 28 Oct 2023 21:25:11 +0200 you wrote: > This function takes a pointer to a pointer, unlike sprintf() which is > passed a plain pointer. Fix up the documentation to make this clear. > > Fixes: 7888fe53b706 ("ethtool: Add common function for filling out strings") > Cc: Alexander Duyck > Cc: Justin Stitt > Cc: stable@vger.kernel.org > Signed-off-by: Andrew Lunn > > [...] Here is the summary with links: - [v1,net] net: ethtool: Fix documentation of ethtool_sprintf() https://git.kernel.org/netdev/net/c/f55d8e60f109 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html