Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

thunderbolt: Add missing documentation in nhi_regs.h ring_desc structure

Add missing description of fields in ring_desc struct found in
"nhi_regs.h". No functional changes.

Signed-off-by: Alan Borzeszkowski <alan.borzeszkowski@linux.intel.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>

authored by

Alan Borzeszkowski and committed by
Mika Westerberg
bbbca9bf a3852380

+6
+6
drivers/thunderbolt/nhi_regs.h
··· 21 21 22 22 /** 23 23 * struct ring_desc - TX/RX ring entry 24 + * @phys: DMA mapped address of the frame 25 + * @length: Size of the ring 26 + * @eof: End of frame protocol defined field 27 + * @sof: Start of frame protocol defined field 28 + * @flags: Ring descriptor flags 29 + * @time: Fill with zero 24 30 * 25 31 * For TX set length/eof/sof. 26 32 * For RX length/eof/sof are set by the NHI.