From: Even Xu Date: Wed, 14 May 2025 06:19:38 +0000 (+0800) Subject: HID: Intel-thc-hid: Intel-thc: Add thc_dma_content into kernel doc X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=fccef49540a97a3152502bc591858f441a4c7b11;p=users%2Fjedix%2Flinux-maple.git HID: Intel-thc-hid: Intel-thc: Add thc_dma_content into kernel doc Convert thc_dma_content structure comments format into kernel doc format, let it can be included into kernel doc. Signed-off-by: Even Xu Signed-off-by: Jiri Kosina --- diff --git a/drivers/hid/intel-thc-hid/intel-thc/intel-thc-dma.h b/drivers/hid/intel-thc-hid/intel-thc/intel-thc-dma.h index ca923ff2bef99..f799d1180e550 100644 --- a/drivers/hid/intel-thc-hid/intel-thc/intel-thc-dma.h +++ b/drivers/hid/intel-thc-hid/intel-thc/intel-thc-dma.h @@ -117,9 +117,10 @@ struct thc_dma_configuration { u32 dma_cntrl; }; -/* - * THC DMA context - * Store all THC Channel configures +/** + * struct thc_dma_context - THC DMA context + * @thc_dma_configuration: Array of all THC Channel configures + * @use_write_interrupts: Indicate TxDMA using interrupt or polling */ struct thc_dma_context { struct thc_dma_configuration dma_config[MAX_THC_DMA_CHANNEL];