From nobody Mon Apr 27 15:22:40 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 4A879C43334 for ; Mon, 13 Jun 2022 07:14:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239257AbiFMHOK (ORCPT ); Mon, 13 Jun 2022 03:14:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38822 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239245AbiFMHN7 (ORCPT ); Mon, 13 Jun 2022 03:13:59 -0400 Received: from hust.edu.cn (unknown [202.114.0.240]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5486D1A39D; Mon, 13 Jun 2022 00:13:57 -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 25D7Cm7g023904-25D7Cm7j023904 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 13 Jun 2022 15:12:53 +0800 From: Dongliang Mu To: Julia Lawall , Nicolas Palix , Jonathan Corbet Cc: Dongliang Mu , cocci@inria.fr, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] dev-tools: fix one invalid url Date: Mon, 13 Jun 2022 15:12:42 +0800 Message-Id: <20220613071243.12961-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: Dongliang Mu Fix the invalid url about Semantic Patch Language Signed-off-by: Dongliang Mu --- 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.25.1