Commit fccef495 authored by Even Xu's avatar Even Xu Committed by Jiri Kosina
Browse files

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: default avatarEven Xu <even.xu@intel.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.com>
parent 2043ae90
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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];