From patchwork Mon Oct 17 23:22:01 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Daniel_M=C3=BCller?= X-Patchwork-Id: 13009690 X-Patchwork-Delegate: bpf@iogearbox.net 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 4C624C4332F for ; Mon, 17 Oct 2022 23:22:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229955AbiJQXWH (ORCPT ); Mon, 17 Oct 2022 19:22:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49592 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229623AbiJQXWG (ORCPT ); Mon, 17 Oct 2022 19:22:06 -0400 Received: from mout01.posteo.de (mout01.posteo.de [185.67.36.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 07C616A49C for ; Mon, 17 Oct 2022 16:22:06 -0700 (PDT) Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id B2BA0240026 for ; Tue, 18 Oct 2022 01:22:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1666048924; bh=Nzfc8ODTGKJJ2cdjHt3x6ZMfBSOKK1aykVOtNIKKOJE=; h=From:To:Cc:Subject:Date:From; b=V/fIe/mq0XhVIldWx4IjM1Zq/1PESRYRcUZddW0oer5lqVsjHDQj5vbYLb2cvi9TJ e8aD75EWePHmrfdDRE/fG/G9C0IAyRQAGU59vmmyejDw/TNbd6RjoQYKm8LUzNB6GO Hcs3xth4B4q1AiDhGupKYFl5lvubK6oEURH5/Rt9ifvMs+oKXWrwDtK+RvG7kzB67h 7epo38N/UKcgUK0tsxhOyT6Nunn47CXQHrw38mTuvv4FSs0IYYKk9Vc0WYp+nGITQC nG5op7aJvMubCGQiW+dRTvg2HX708pFE13Jv8+C3HcwzsAszNXZNsBKrBWIGaDypl5 +5B1z2VmyhpoQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4MrtLM6n1zz6tr3; Tue, 18 Oct 2022 01:22:03 +0200 (CEST) From: =?utf-8?q?Daniel_M=C3=BCller?= To: bpf@vger.kernel.org, ast@kernel.org, andrii@kernel.org, daniel@iogearbox.net, kafai@fb.com, kernel-team@fb.com Cc: deso@posteo.net Subject: [PATCH bpf-next] samples/bpf: Fix two typos Date: Mon, 17 Oct 2022 23:22:01 +0000 Message-Id: <20221017232201.1257089-1-deso@posteo.net> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org X-Patchwork-Delegate: bpf@iogearbox.net This change fixes two typos in the BPF samples README file. Signed-off-by: Daniel Müller Acked-by: David Vernet --- samples/bpf/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/bpf/README.rst b/samples/bpf/README.rst index 60c649..f98c26 100644 --- a/samples/bpf/README.rst +++ b/samples/bpf/README.rst @@ -37,8 +37,8 @@ user, simply call:: make headers_install -This will creates a local "usr/include" directory in the git/build top -level directory, that the make system automatically pickup first. +This will create a local "usr/include" directory in the git/build top +level directory, that the make system will automatically pickup first. Compiling =========