diff options
| author | Ankit Nautiyal <ankit.k.nautiyal@intel.com> | 2026-01-05 17:49:28 +0530 |
|---|---|---|
| committer | Ankit Nautiyal <ankit.k.nautiyal@intel.com> | 2026-01-07 09:31:53 +0530 |
| commit | 152fc133419417bf33cbcd05060fba83dbdb36ad (patch) | |
| tree | b51a5edca50906ccec23025873d6870badbc9c67 /drivers/gpu | |
| parent | a87a681860e857c9a0d05d084d4357bd2fbe9560 (diff) | |
| download | linux-152fc133419417bf33cbcd05060fba83dbdb36ad.tar.gz linux-152fc133419417bf33cbcd05060fba83dbdb36ad.zip | |
drm/i915/intel_lt_phy: Fix the SPDX identifier comment
Fix the SPDX identifier comment as per the licensing rules [1].
[1] https://www.kernel.org/doc/html/latest/process/license-rules.html
v2: Drop the superfluous blank line. (Jani)
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Link: https://patch.msgid.link/20260105121929.576304-1-ankit.k.nautiyal@intel.com
Diffstat (limited to 'drivers/gpu')
| -rw-r--r-- | drivers/gpu/drm/i915/display/intel_lt_phy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_lt_phy.h b/drivers/gpu/drm/i915/display/intel_lt_phy.h index 7659c92b6c3c..bf41858f1bc3 100644 --- a/drivers/gpu/drm/i915/display/intel_lt_phy.h +++ b/drivers/gpu/drm/i915/display/intel_lt_phy.h @@ -1,5 +1,5 @@ -/* SPDX-License-Identifier: MIT - * +/* SPDX-License-Identifier: MIT */ +/* * Copyright © 2025 Intel Corporation */ |
