aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeongJae Park <[email protected]>2023-01-22 21:36:44 +0000
committerJonathan Corbet <[email protected]>2023-01-24 15:28:28 -0700
commit4f46ae9f3aeb72d60e3efec5a2c60c372520e532 (patch)
tree7f041d43ffb680f3d57416420e289c09a3a5fccc
parent941c95fdd61f4a0d2cd01520282a713962f485f6 (diff)
Docs/driver-api/index: Add missing SPDX License Identifier
Add missing SPDX License Identifier for driver-api documentation index file. Signed-off-by: SeongJae Park <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
-rw-r--r--Documentation/driver-api/index.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst
index b208e0dac3a0..7a2584ab63c4 100644
--- a/Documentation/driver-api/index.rst
+++ b/Documentation/driver-api/index.rst
@@ -1,3 +1,5 @@
+.. SPDX-License-Identifier: GPL-2.0
+
==============================
Driver implementer's API guide
==============================