From ea08eeccae9297f7aabd2ef7f0c2517ac4549acc Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 20 Feb 2024 01:18:26 +0000
Subject: [PATCH] write in 30M
---
kernel/Documentation/sphinx/parse-headers.pl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kernel/Documentation/sphinx/parse-headers.pl b/kernel/Documentation/sphinx/parse-headers.pl
index 0dcf369..b063f2f 100755
--- a/kernel/Documentation/sphinx/parse-headers.pl
+++ b/kernel/Documentation/sphinx/parse-headers.pl
@@ -110,7 +110,7 @@
) {
my $s = $1;
- $structs{$s} = "struct :c:type:`$s`\\ ";
+ $structs{$s} = "struct $s\\ ";
next;
}
}
@@ -393,7 +393,7 @@
Copyright (c) 2016 by Mauro Carvalho Chehab <mchehab+samsung@kernel.org>.
-License GPLv2: GNU GPL version 2 <http://gnu.org/licenses/gpl.html>.
+License GPLv2: GNU GPL version 2 <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
--
Gitblit v1.6.2