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 65899C433EF for ; Mon, 14 Feb 2022 14:10:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1354936AbiBNOK1 (ORCPT ); Mon, 14 Feb 2022 09:10:27 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:47430 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1354937AbiBNOKU (ORCPT ); Mon, 14 Feb 2022 09:10:20 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B611B25F4; Mon, 14 Feb 2022 06:10:12 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 6916BB80F9C; Mon, 14 Feb 2022 14:10:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 2E168C340EE; Mon, 14 Feb 2022 14:10:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1644847810; bh=uu0WSRjS4fc8anLglBnwsgBr/4Wgd43TgRH+TDgQgT8=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=cl0ME6U6Bl4B8An92YkRX29VAZ2J/J9KpE8PASe+9qdgoepeRROkXXf7gJOlC7VeR 92L+6q2og7kbVlQiwm1+hcBoHxPaRpajn4npxbzxa6MHlaCplGT/8Hbx3rxQvNLjx0 h/XnRGiDc2TTkMpp7LtpM4ZajwGvc5y7zQuR6NNg7Sg3wrGfNozeIrX8GOpp5b1aS4 k1nO5UFr4h0UTB/Y6L0Pj410Nme1m2bSFRVkLHo8rbenrLHjSQKXGV56Uq0XzF0guG TR92aZc8/tuOnLG9v5eW+Kr65N0UM+W2dIL9PAQ3u/n53g8IhfyUrGLmhNGFXGWqnu 3MxzfxyTY98gw== 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 18DEEE6D447; Mon, 14 Feb 2022 14:10:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] net: fix documentation for kernel_getsockname From: patchwork-bot+netdevbpf@kernel.org Message-Id: <164484781009.8191.15215417018022977748.git-patchwork-notify@kernel.org> Date: Mon, 14 Feb 2022 14:10:10 +0000 References: <20220212102927.25436-1-alexander.maydanik@gmail.com> In-Reply-To: <20220212102927.25436-1-alexander.maydanik@gmail.com> To: Alex Maydanik Cc: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (master) by David S. Miller : On Sat, 12 Feb 2022 12:29:27 +0200 you wrote: > Fixes return value documentation of kernel_getsockname() > and kernel_getpeername() functions. > > The previous documentation wrongly specified that the return > value is 0 in case of success, however sock->ops->getname returns > the length of the address in bytes in case of success. > > [...] Here is the summary with links: - net: fix documentation for kernel_getsockname https://git.kernel.org/netdev/net/c/0fc95dec096c You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html