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 X-Spam-Level: X-Spam-Status: No, score=-19.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1E88EC433EF for ; Thu, 16 Sep 2021 09:14:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 085AD60F93 for ; Thu, 16 Sep 2021 09:14:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236125AbhIPJPw (ORCPT ); Thu, 16 Sep 2021 05:15:52 -0400 Received: from mail.kernel.org ([198.145.29.99]:40884 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235160AbhIPJPl (ORCPT ); Thu, 16 Sep 2021 05:15:41 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 556846120C; Thu, 16 Sep 2021 09:14:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1631783661; bh=SoojYHvRGcHq15wi1lokm8T7b2MKM9WukjphpKpCLUU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=d6AJ8SLxqiJamJEz59k6m+fiBUQcUNUXLK8ccBNaSHJwcbeniL0A0v0o1t7dIYRCg v15IJl3R3I10ftx3MXtgWK8pOItD551xyPG0MowQV9ghtVx/4/9arQWZnDrNjt26gQ 5dFeLLBdM7YEptcq6cGiaRckIj5OkJD8e+wp6yZWdnmX0M4njVFwNfvfiGz7B2D2jQ KgrJWrNU7ZTRMENM5Ks62ptNzm2USo2fy4yZ69C0hWXwjEx6v5KjXB5Zks54qt3u93 tXwXszeA/ctlxQfSsOR0d6iatbDWeOOzChA939MA+mJ4akTP7ue8aKRl4RzlcReaL+ X9LtqYG+gFLhg== Received: by mail.kernel.org with local (Exim 4.94.2) (envelope-from ) id 1mQnTH-001sLG-L9; Thu, 16 Sep 2021 11:14:19 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List , Jonathan Corbet Cc: Mauro Carvalho Chehab , Alexei Starovoitov , Andrii Nakryiko , Daniel Borkmann , David Ahern , Jakub Kicinski , John Fastabend , KP Singh , Martin KaFai Lau , Quentin Monnet , Roman Gushchin , Shuah Khan , Song Liu , Yonghong Song , bpf@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, netdev@vger.kernel.org Subject: [PATCH 10/24] bpftool: update bpftool-cgroup.rst reference Date: Thu, 16 Sep 2021 11:14:03 +0200 Message-Id: <223f42a5074982a2c6e1766bf413922ac257545f.1631783482.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: Mauro Carvalho Chehab Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The file name: Documentation/bpftool-cgroup.rst should be, instead: tools/bpf/bpftool/Documentation/bpftool-cgroup.rst. Update its cross-reference accordingly. Fixes: a2b5944fb4e0 ("selftests/bpf: Check consistency between bpftool source, doc, completion") Fixes: 5ccda64d38cc ("bpftool: implement cgroup bpf operations") Signed-off-by: Mauro Carvalho Chehab --- tools/testing/selftests/bpf/test_bpftool_synctypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/bpf/test_bpftool_synctypes.py b/tools/testing/selftests/bpf/test_bpftool_synctypes.py index 2d7eb683bd5a..c974abd4db13 100755 --- a/tools/testing/selftests/bpf/test_bpftool_synctypes.py +++ b/tools/testing/selftests/bpf/test_bpftool_synctypes.py @@ -392,7 +392,7 @@ class ManCgroupExtractor(ManPageExtractor): """ An extractor for bpftool-cgroup.rst. """ - filename = os.path.join(BPFTOOL_DIR, 'Documentation/bpftool-cgroup.rst') + filename = os.path.join(BPFTOOL_DIR, 'tools/bpf/bpftool/Documentation/bpftool-cgroup.rst') def get_attach_types(self): return self.get_rst_list('ATTACH_TYPE') -- 2.31.1