From nobody Mon Apr 27 11:37:23 2026 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 F1207C43334 for ; Tue, 14 Jun 2022 01:56:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343491AbiFNB40 (ORCPT ); Mon, 13 Jun 2022 21:56:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36990 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238617AbiFNB4U (ORCPT ); Mon, 13 Jun 2022 21:56:20 -0400 Received: from hust.edu.cn (mail.hust.edu.cn [202.114.0.240]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9FED331923; Mon, 13 Jun 2022 18:56:17 -0700 (PDT) Received: from localhost.localdomain ([172.16.0.254]) (user=dzm91@hust.edu.cn mech=LOGIN bits=0) by mx1.hust.edu.cn with ESMTP id 25E1tbuD014131-25E1tbuG014131 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 14 Jun 2022 09:55:42 +0800 From: Dongliang Mu To: Julia Lawall , Nicolas Palix , Jonathan Corbet Cc: mudongliang , cocci@inria.fr, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2] dev-tools: modify SPL reference URL to actual SPL doc entry Date: Tue, 14 Jun 2022 09:55:27 +0800 Message-Id: <20220614015527.82900-1-dzm91@hust.edu.cn> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-FEAS-AUTH-USER: dzm91@hust.edu.cn Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" From: mudongliang This patch modifies SPL reference URL from old Coccinelle documentation (doc root) to actual SPL doc entry on new Coccinelle page. Signed-off-by: mudongliang --- v1->v2: modify the title and commit message according to Bagas Sanjaya Documentation/dev-tools/coccinelle.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/dev-tools/coccinelle.rst b/Documentation/dev-too= ls/coccinelle.rst index 9c454de5a7f7..d9976069ed12 100644 --- a/Documentation/dev-tools/coccinelle.rst +++ b/Documentation/dev-tools/coccinelle.rst @@ -66,7 +66,7 @@ The wiki documentation always refers to the linux-next ve= rsion of the script. =20 For Semantic Patch Language(SmPL) grammar documentation refer to: =20 -http://coccinelle.lip6.fr/documentation.php +https://coccinelle.gitlabpages.inria.fr/website/docs/main_grammar.html =20 Using Coccinelle on the Linux kernel ------------------------------------ --=20 2.35.1