mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
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>
This commit is contained in:
parent
2043ae9019
commit
fccef49540
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user