From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 7BDC91AB6FA; Mon, 2 Sep 2024 16:50:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725295829; cv=none; b=Cwac+jiyjRm+Zk/xJSWW+Fy+j/8zingr4FdZZn+6yh8LF07ZvfepOZww9uxwfEE2gWyKTj+fxTZTMiLLjiiXLNCDGA10oX68iDfQsitwrD32xjGEvCzExUmRlqMwspxnBUmRr/lvCG+5i0q7hkQt7PHKa+q2vk6tjqSzU5BRWPw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725295829; c=relaxed/simple; bh=wxPFyeq5yzB2RoK93AIqyg1fzdGOH1Ytlp1a/YYU/50=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=HHtVDz+FEoJ473MnUXmzZzpwKMdUr5jVW0Tr+wz7Bq2Fn9VxTkaouT1i6+BtRLb4EVmlQKsVyJGwaokFgYOn0vw+i0lWz43V/LdO3mvSQ3mlo3uUIUuuf7XhSoVBtpl+43TQglgFP71kIEVs47NeJSaZUs9q7NSLHg4sinwtLg0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=DwctoLmR; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="DwctoLmR" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4E2BAC4CEC2; Mon, 2 Sep 2024 16:50:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1725295829; bh=wxPFyeq5yzB2RoK93AIqyg1fzdGOH1Ytlp1a/YYU/50=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=DwctoLmRSGaPY4U+46CXD6gku7kxvNtjj1KSFHwvcpoK8r7KUeEsu0f7DcwWU4hj/ L7RSR4tC0Q9GyFr7DB4IKeh0NCnJkO9jRpKhqlHqzm4LvMGcTMNy4hN21JWOol4bVc ebLaO/gBgVHgsTEKYSLSeryfQ2O8FLRK8lBxh6C1vYKqj5zOQ0N9otKBKd28WloE77 OOeccnvGAvy6FUkoEK9I75vpagb9uiFmMgsdmtm1KWCCXYYhnPj4aKAkkwEAJvX86N gxa+pzDs8goVuPH96EKIfY6a01Kg2P/ix04a/OQCQbJ5cW9hSyU0FnxBr96YVt1gUi xiC2kuZq1tTvg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 33C183805D82; Mon, 2 Sep 2024 16:50:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH bpf-next] bpf, sockmap: Correct spelling skmsg.c From: patchwork-bot+netdevbpf@kernel.org Message-Id: <172529582975.3940663.7590397936206103563.git-patchwork-notify@kernel.org> Date: Mon, 02 Sep 2024 16:50:29 +0000 References: <20240829-sockmap-spell-v1-1-a614d76564cc@kernel.org> In-Reply-To: <20240829-sockmap-spell-v1-1-a614d76564cc@kernel.org> To: Simon Horman Cc: john.fastabend@gmail.com, jakub@cloudflare.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, bpf@vger.kernel.org Hello: This patch was applied to bpf/bpf-next.git (net) by Daniel Borkmann : On Thu, 29 Aug 2024 16:45:51 +0100 you wrote: > Correct spelling in skmsg.c. > As reported by codespell. > > Signed-off-by: Simon Horman > --- > net/core/skmsg.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with links: - [bpf-next] bpf, sockmap: Correct spelling skmsg.c https://git.kernel.org/bpf/bpf-next/c/731733c62348 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html