diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2019-10-05 23:01:23 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-10-18 18:45:56 +0300 |
commit | d8fb03e1ea64e78b9d2af677e6614c2d88e842d2 (patch) | |
tree | 7c12c70fc76b7d91bc2b1b9017fa8726768b3305 /Documentation/w1 | |
parent | cd15ed23d71719a86f1295af2995b10c64b99f35 (diff) | |
download | linux-d8fb03e1ea64e78b9d2af677e6614c2d88e842d2.tar.xz |
docs: w1: Fix SPDX-License-Identifier syntax
ReST directives are introduced with two dots.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/w1')
-rw-r--r-- | Documentation/w1/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/w1/index.rst b/Documentation/w1/index.rst index 57cba81865e2..156279f17553 100644 --- a/Documentation/w1/index.rst +++ b/Documentation/w1/index.rst @@ -1,4 +1,4 @@ -. SPDX-License-Identifier: GPL-2.0 +.. SPDX-License-Identifier: GPL-2.0 ================ 1-Wire Subsystem |