Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm: xlnx: Fix kerneldoc

Fix a few errors in the kerneldoc. Mostly this addresses missing/renamed
members.

Signed-off-by: Sean Anderson <sean.anderson@linux.dev>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240423171859.3953024-3-sean.anderson@linux.dev

authored by

Sean Anderson and committed by
Tomi Valkeinen
1b9e7cad e0db0269

+3 -2
+1
drivers/gpu/drm/xlnx/zynqmp_dpsub.h
··· 53 53 * @drm: The DRM/KMS device data 54 54 * @bridge: The DP encoder bridge 55 55 * @disp: The display controller 56 + * @layers: Video and graphics layers 56 57 * @dp: The DisplayPort controller 57 58 * @dma_align: DMA alignment constraint (must be a power of 2) 58 59 */
+2 -2
drivers/gpu/drm/xlnx/zynqmp_kms.h
··· 22 22 struct zynqmp_dpsub; 23 23 24 24 /** 25 - * struct zynqmp_dpsub - ZynqMP DisplayPort Subsystem DRM/KMS data 25 + * struct zynqmp_dpsub_drm - ZynqMP DisplayPort Subsystem DRM/KMS data 26 26 * @dpsub: Backpointer to the DisplayPort subsystem 27 - * @drm: The DRM/KMS device 27 + * @dev: The DRM/KMS device 28 28 * @planes: The DRM planes 29 29 * @crtc: The DRM CRTC 30 30 * @encoder: The dummy DRM encoder