Skip to content

Commit fccef49

Browse files
EvenxfJiri Kosina
authored andcommitted
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 <even.xu@intel.com> Signed-off-by: Jiri Kosina <jkosina@suse.com>
1 parent 2043ae9 commit fccef49

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

drivers/hid/intel-thc-hid/intel-thc/intel-thc-dma.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,10 @@ struct thc_dma_configuration {
117117
u32 dma_cntrl;
118118
};
119119

120-
/*
121-
* THC DMA context
122-
* Store all THC Channel configures
120+
/**
121+
* struct thc_dma_context - THC DMA context
122+
* @thc_dma_configuration: Array of all THC Channel configures
123+
* @use_write_interrupts: Indicate TxDMA using interrupt or polling
123124
*/
124125
struct thc_dma_context {
125126
struct thc_dma_configuration dma_config[MAX_THC_DMA_CHANNEL];

0 commit comments

Comments
 (0)