On 1/5/2026 5:48 PM, Jani Nikula wrote:
On Mon, 05 Jan 2026, Ankit Nautiyal <[email protected]> wrote:
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> */
With the extra blank line removed in patch 8, the series is
Reviewed-by: Jani Nikula <[email protected]>
Thanks for the reviews.
I have fixed patch#8 as suggested, and pushed the patches to drm-intel-next.
Regards,
Ankit
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(-)