]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/display: Fix htmldocs build
authorRodrigo Vivi <rodrigo.vivi@intel.com>
Fri, 28 Mar 2025 19:32:02 +0000 (15:32 -0400)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Mon, 31 Mar 2025 14:32:02 +0000 (10:32 -0400)
commitbee964bd14ae951c7b6eb59b4421e1ccd9edb69b
tree6acfa36dc6eceba06131954e6cbcc17d6666d097
parent010363c4618920838ca8777fdabd46871d289bf9
drm/i915/display: Fix htmldocs build

Fixes a wrong documentation block indentation:

Documentation/gpu/i915:141: ./drivers/gpu/drm/i915/display/intel_hotplug.c:1080: ERROR: Unexpected indentation.
Documentation/gpu/i915:141: ./drivers/gpu/drm/i915/display/intel_hotplug.c:1082: WARNING: Block quote ends without a blank line; unexpected unindent.

v2: Use an empty line instead of changing block indentation (Imre)

Fixes: 0d77a3e0ea90 ("drm/i915/hpd: Add support for blocking the IRQ handling on an HPD pin")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/intel-gfx/20250312232506.47451f83@canb.auug.org.au/
Cc: Imre Deak <imre.deak@intel.com>
Reviewed-by: Imre Deak <imre.deak@intel.com>
Link: https://lore.kernel.org/r/20250328180829.25892-1-rodrigo.vivi@intel.com
Link: https://lore.kernel.org/r/20250328193202.40884-1-rodrigo.vivi@intel.com
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/i915/display/intel_hotplug.c