From: Ilai Levin Date: Tue, 28 Apr 2026 12:45:55 +0000 (+0000) Subject: docs: driver-api: eisa: add SPDX license identifier X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27e6bf7df26e1b5a54888c9f86fe7255861c530b;p=thirdparty%2Fkernel%2Flinux.git docs: driver-api: eisa: add SPDX license identifier Add the missing SPDX-License-Identifier tag to the eisa.rst documentation file. Signed-off-by: Ilai Levin Acked-by: Marc Zyngier Signed-off-by: Jonathan Corbet Message-ID: <20260428124555.102039-1-levinilai972@gmail.com> --- diff --git a/Documentation/driver-api/eisa.rst b/Documentation/driver-api/eisa.rst index 3563e5f7e98d6..e98b21b608657 100644 --- a/Documentation/driver-api/eisa.rst +++ b/Documentation/driver-api/eisa.rst @@ -1,3 +1,5 @@ +.. SPDX-License-Identifier: GPL-2.0 + ================ EISA bus support ================