[PATCH 1/6] Coccinelle: ptr_err_to_pe: Omit an URL comment line
From: Markus Elfring
Date: Tue Sep 30 2025 - 13:34:03 EST
From: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 30 Sep 2025 16:57:47 +0200
The Coccinelle software is documented to some degree by several
information sources already. Thus delete the repetition of a known URL
in a comment line.
Signed-off-by: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx>
---
See also:
[PATCH net-next 1/2] scripts/coccinelle: Find PTR_ERR() to %pe candidates
https://lore.kernel.org/cocci/48228618-083b-4cdb-b7df-aa9b7ff0ce92@xxxxxxxxxx/
scripts/coccinelle/misc/ptr_err_to_pe.cocci | 1 -
1 file changed, 1 deletion(-)
diff --git a/scripts/coccinelle/misc/ptr_err_to_pe.cocci b/scripts/coccinelle/misc/ptr_err_to_pe.cocci
index 0494c7709245..1a373c0a8180 100644
--- a/scripts/coccinelle/misc/ptr_err_to_pe.cocci
+++ b/scripts/coccinelle/misc/ptr_err_to_pe.cocci
@@ -8,7 +8,6 @@
///
// Confidence: High
// Copyright: (C) 2025 NVIDIA CORPORATION & AFFILIATES.
-// URL: https://coccinelle.gitlabpages.inria.fr/website
// Options: --no-includes --include-headers
virtual context
--
2.51.0