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 <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 2043ae9 commit fccef49

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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)