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 E9DD11C292 for ; Sun, 21 Apr 2024 17:10:28 +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=1713719429; cv=none; b=Mzbe0p2COcJbQy5eIjWzGXvXqA/qhbuyqy/xPIeR0I2U7cBPayADkDtrOv+umlhr1wqYrEYxuI4ZjRgpvNzWPGF5qHjYDHc2VAOg7oMcgC7eclXUhrQ6hRsUAQk4hWaLk91Lw42CNm5UOlXB7QiwSDAm8o3uTDUbIRCU7W+4e1E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713719429; c=relaxed/simple; bh=plLIIstdrENFlQzVEqWLcwaN2/pfYkyA+yVUWIMriZE=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=OnzUDtACj9AyZhpP6JqLzkKjoJnqh89fjiDBgutI8zWq5uuZ/eOwxqRKtYjGGhrnkKsQricBRFIVBD6IcYmH8A8psPQMB/AsLSLthtIC1hZpAV21jfxjxzOchcRmGLhJIwQcF8/00w2W+OugHUxXmgjINShy1GpVgxNYria/FIM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=BXSxN5lh; 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="BXSxN5lh" Received: by smtp.kernel.org (Postfix) with ESMTPS id 90920C4AF08; Sun, 21 Apr 2024 17:10:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1713719428; bh=plLIIstdrENFlQzVEqWLcwaN2/pfYkyA+yVUWIMriZE=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=BXSxN5lh5w6ZIfwyUxamUs5SIco/mSQblDgQiq+FuOU/d/T+3NuRleDLTtgHWyQog c9IkmZBncUFaBUFd9T5dMYbXGDnMM/FfajH3kXwnKQ0qTP9Tj613Tg91CZyHUXsdUX NDPTZoJv/KT/NwCJCC+8p3Bu4LVXXdSwO7kGo7ZrKyziRlY/fkHfupRJGRdpOFVXTy aoe+6l9a+LHE3kUAJ7qHD/ZSV+eX4feEPAIVpfqjYgPQ4aV6ezg5jZTzntjp1jBFFJ IGdkLGUsKbNhZNgJuXHTwL9jXQtTQm93fyF9JxjM/HKpNJi62ht9yXXIB+a3dEf2Gf ez5Yt3Ncx5kpw== 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 83353C4361C; Sun, 21 Apr 2024 17:10:28 +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, docs: Fix formatting nit in instruction-set.rst From: patchwork-bot+netdevbpf@kernel.org Message-Id: <171371942853.789.7835756158212522740.git-patchwork-notify@kernel.org> Date: Sun, 21 Apr 2024 17:10:28 +0000 References: <20240419213826.7301-1-dthaler1968@gmail.com> In-Reply-To: <20240419213826.7301-1-dthaler1968@gmail.com> To: Dave Thaler Cc: bpf@vger.kernel.org, bpf@ietf.org, dthaler1968@gmail.com Hello: This patch was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Fri, 19 Apr 2024 14:38:26 -0700 you wrote: > Other places that had pseudocode were prefixed with :: > so as to appear in a literal block, but one place was inconsistent. > This patch fixes that inconsistency. > > Signed-off-by: Dave Thaler > --- > Documentation/bpf/standardization/instruction-set.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with links: - [bpf-next] bpf, docs: Fix formatting nit in instruction-set.rst https://git.kernel.org/bpf/bpf-next/c/735f5b8a7ccf You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html