mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
44 lines
1.5 KiB
Diff
44 lines
1.5 KiB
Diff
From 62354437c4cee2b2a35598a617963d47c63f5043 Mon Sep 17 00:00:00 2001
|
|
From: Maxime Ripard <maxime@cerno.tech>
|
|
Date: Wed, 16 Nov 2022 16:18:33 +0100
|
|
Subject: [PATCH 492/726] drm/tests: helpers: Add SPDX header
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
The SPDX header is missing, let's add it and fix the corresponding
|
|
checkpatch warning.
|
|
|
|
Suggested-by: Maíra Canal <mairacanal@riseup.net>
|
|
Fixes: 44a3928324e9 ("drm/tests: Add Kunit Helpers")
|
|
Reviewed-by: Maíra Canal <mairacanal@riseup.net>
|
|
Link: https://lore.kernel.org/r/20221116151833.1679379-2-maxime@cerno.tech
|
|
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
|
|
---
|
|
drivers/gpu/drm/tests/drm_kunit_helpers.c | 2 ++
|
|
drivers/gpu/drm/tests/drm_kunit_helpers.h | 2 ++
|
|
2 files changed, 4 insertions(+)
|
|
|
|
diff --git a/drivers/gpu/drm/tests/drm_kunit_helpers.c b/drivers/gpu/drm/tests/drm_kunit_helpers.c
|
|
index eea450de7de8..f1662091f250 100644
|
|
--- a/drivers/gpu/drm/tests/drm_kunit_helpers.c
|
|
+++ b/drivers/gpu/drm/tests/drm_kunit_helpers.c
|
|
@@ -1,3 +1,5 @@
|
|
+// SPDX-License-Identifier: GPL-2.0
|
|
+
|
|
#include <drm/drm_drv.h>
|
|
#include <drm/drm_managed.h>
|
|
|
|
diff --git a/drivers/gpu/drm/tests/drm_kunit_helpers.h b/drivers/gpu/drm/tests/drm_kunit_helpers.h
|
|
index f13a18dd1c6d..20ab6eec4c89 100644
|
|
--- a/drivers/gpu/drm/tests/drm_kunit_helpers.h
|
|
+++ b/drivers/gpu/drm/tests/drm_kunit_helpers.h
|
|
@@ -1,3 +1,5 @@
|
|
+// SPDX-License-Identifier: GPL-2.0
|
|
+
|
|
#ifndef DRM_KUNIT_HELPERS_H_
|
|
#define DRM_KUNIT_HELPERS_H_
|
|
|
|
--
|
|
2.33.1
|
|
|