Skip to content

Commit 1ee1bb6

Browse files
tombamripard
authored andcommitted
drm: xlnx: zynqmp_dpsub: Fix kernel doc
Fix two kernel doc warnings introduced by the recent DP audio patch: - Add a doc line for the new "audio" field - Remove a reference to zynqmp_dpsub.c from zynqmp.rst, as the .c file no longer has structured comments Fixes: 3ec5c15 ("drm: xlnx: zynqmp_dpsub: Add DP audio support") Closes: https://lore.kernel.org/all/20241220154208.720d990b@canb.auug.org.au/ Reviewed-by: Vishal Sagar <vishal.sagar@amd.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> Link: https://patchwork.freedesktop.org/patch/msgid/20241220-xilinx-dp-audio-doc-fix-v1-1-cc488996e463@ideasonboard.com (cherry picked from commit 96b5d2e) Signed-off-by: Maxime Ripard <mripard@kernel.org>
1 parent f1359f4 commit 1ee1bb6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Documentation/gpu/zynqmp.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,4 @@ Internals
144144

145145
.. kernel-doc:: drivers/gpu/drm/xlnx/zynqmp_dp.c
146146

147-
.. kernel-doc:: drivers/gpu/drm/xlnx/zynqmp_dpsub.c
148-
149147
.. kernel-doc:: drivers/gpu/drm/xlnx/zynqmp_kms.c

drivers/gpu/drm/xlnx/zynqmp_dpsub.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ struct zynqmp_dpsub_audio;
6060
* @layers: Video and graphics layers
6161
* @dp: The DisplayPort controller
6262
* @dma_align: DMA alignment constraint (must be a power of 2)
63+
* @audio: DP audio data
6364
*/
6465
struct zynqmp_dpsub {
6566
struct device *dev;

0 commit comments

Comments
 (0)