hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/Documentation/sphinx/parse-headers.pl
....@@ -110,7 +110,7 @@
110110 ) {
111111 my $s = $1;
112112
113
- $structs{$s} = "struct :c:type:`$s`\\ ";
113
+ $structs{$s} = "struct $s\\ ";
114114 next;
115115 }
116116 }
....@@ -393,7 +393,7 @@
393393
394394 Copyright (c) 2016 by Mauro Carvalho Chehab <mchehab+samsung@kernel.org>.
395395
396
-License GPLv2: GNU GPL version 2 <http://gnu.org/licenses/gpl.html>.
396
+License GPLv2: GNU GPL version 2 <https://gnu.org/licenses/gpl.html>.
397397
398398 This is free software: you are free to change and redistribute it.
399399 There is NO WARRANTY, to the extent permitted by law.