mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
synced 2025-09-15 00:56:46 +10:00
docs: Use HTML comments for the kernel-toc SPDX line
This line was initially placed in {# jinja2 comments #}, but that led to an "invalid token" complaint from spdxcheck.py. Rather than fix the script for a usage we'll likely never see anywhere else, just switch to an HTML comment, which spdxcheck.py thinks is fine. Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
c404f5d4f0
commit
4e98799a70
@ -1,4 +1,4 @@
|
|||||||
{# SPDX-License-Identifier: GPL-2.0 #}
|
<!-- SPDX-License-Identifier: GPL-2.0 -->
|
||||||
{# Create a local TOC the kernel way #}
|
{# Create a local TOC the kernel way #}
|
||||||
<p>
|
<p>
|
||||||
<h3 class="kernel-toc-contents">Contents</h3>
|
<h3 class="kernel-toc-contents">Contents</h3>
|
||||||
|
Loading…
Reference in New Issue
Block a user