Skip to content

Commit 35c3a2d

Browse files
committed
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 <[email protected]> Fixes: 44a3928 ("drm/tests: Add Kunit Helpers") Reviewed-by: Maíra Canal <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Maxime Ripard <[email protected]>
1 parent 8b9fe8a commit 35c3a2d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

drivers/gpu/drm/tests/drm_kunit_helpers.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: GPL-2.0
2+
13
#include <drm/drm_drv.h>
24
#include <drm/drm_managed.h>
35

drivers/gpu/drm/tests/drm_kunit_helpers.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: GPL-2.0
2+
13
#ifndef DRM_KUNIT_HELPERS_H_
24
#define DRM_KUNIT_HELPERS_H_
35

0 commit comments

Comments
 (0)