diff options
author | Maxime Ripard <maxime@cerno.tech> | 2022-11-16 16:18:33 +0100 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2022-11-17 09:25:38 +0100 |
commit | 35c3a2d02f0dc153a5f2f304ba33e1436b6a8d8f (patch) | |
tree | 7057a54d9db9c501fb4b170bd14b80109a5b50ac | |
parent | 8b9fe8add3dc55d88b8a2de22fdb9ba0b00728af (diff) | |
download | linux-35c3a2d02f0dc153a5f2f304ba33e1436b6a8d8f.tar.bz2 |
drm/tests: helpers: Add SPDX header
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>
-rw-r--r-- | drivers/gpu/drm/tests/drm_kunit_helpers.c | 2 | ||||
-rw-r--r-- | drivers/gpu/drm/tests/drm_kunit_helpers.h | 2 |
2 files changed, 4 insertions, 0 deletions
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_ |