As per the Linux kernel licensing rules [1], the SPDX license identifier comment style for a C header file should be: /* SPDX-License-Identifier: <SPDX License Expression> */
This series fixes the SPDX identifier comments in the header files under drm/i915/display to align with these rules. Note : There are some older files that do not have the SPDX license identifiers at all. Perhaps those can be addressed separately in a future cleanup series. [1] https://www.kernel.org/doc/html/latest/process/license-rules.html Ankit Nautiyal (9): drm/i915/intel_alpm: Fix the SPDX identifier comment drm/i915/intel_cx0_phy: Fix the SPDX identifier comment drm/i915/intel_cx0_phy_regs: Fix the SPDX identifier comment drm/i915/intel_display_params: Fix the SPDX identifier comment drm/i915/intel_dsb: Fix the SPDX identifier comment drm/i915/intel_dsb_buffer: Fix the SPDX identifier comment drm/i915/intel_gvt_api: Fix the SPDX identifier comment drm/i915/intel_lt_phy: Fix the SPDX identifier comment drm/i915/lt_phy_regs: Fix the SPDX identifier comment drivers/gpu/drm/i915/display/intel_alpm.h | 4 ++-- drivers/gpu/drm/i915/display/intel_cx0_phy.h | 2 +- drivers/gpu/drm/i915/display/intel_cx0_phy_regs.h | 4 ++-- drivers/gpu/drm/i915/display/intel_display_params.h | 2 +- drivers/gpu/drm/i915/display/intel_dsb.h | 4 ++-- drivers/gpu/drm/i915/display/intel_dsb_buffer.h | 4 ++-- drivers/gpu/drm/i915/display/intel_gvt_api.h | 4 ++-- drivers/gpu/drm/i915/display/intel_lt_phy.h | 3 ++- drivers/gpu/drm/i915/display/intel_lt_phy_regs.h | 4 ++-- 9 files changed, 16 insertions(+), 15 deletions(-) -- 2.45.2
