From 73cacd543c98ab29b9ea23104339c5405ce1f6ef Mon Sep 17 00:00:00 2001 From: "Emil J. Tywoniak" Date: Tue, 2 Apr 2024 11:23:56 +0200 Subject: [PATCH] docs: Update linux kernel coding style link --- guidelines/CodingStyle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guidelines/CodingStyle b/guidelines/CodingStyle index ee1e1a2b6a1..8a3df2d62e8 100644 --- a/guidelines/CodingStyle +++ b/guidelines/CodingStyle @@ -19,7 +19,7 @@ Formatting of code blank lines. - Otherwise stick to the Linux Kernel Coding Style: - https://www.kernel.org/doc/Documentation/CodingStyle + https://www.kernel.org/doc/Documentation/process/coding-style.rst C++ Language