mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02:00
iwlwifi: pcie: fix some kernel-doc comments
"ubd" is really called "used_bd", fix that. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com> Link: https://lore.kernel.org/r/iwlwifi.20210617100544.2d4b46c656bb.Iff9ee6a7e65d439169202911dad2cbea626fb887@changeid Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
This commit is contained in:
parent
03470ba71f
commit
bef99c7d91
|
|
@ -109,8 +109,8 @@ struct iwl_rx_completion_desc {
|
|||
* Address size is 32 bit in pre-9000 devices and 64 bit in 9000 devices.
|
||||
* In AX210 devices it is a pointer to a list of iwl_rx_transfer_desc's
|
||||
* @bd_dma: bus address of buffer of receive buffer descriptors (rbd)
|
||||
* @ubd: driver's pointer to buffer of used receive buffer descriptors (rbd)
|
||||
* @ubd_dma: physical address of buffer of used receive buffer descriptors (rbd)
|
||||
* @used_bd: driver's pointer to buffer of used receive buffer descriptors (rbd)
|
||||
* @used_bd_dma: physical address of buffer of used receive buffer descriptors (rbd)
|
||||
* @tr_tail: driver's pointer to the transmission ring tail buffer
|
||||
* @tr_tail_dma: physical address of the buffer for the transmission ring tail
|
||||
* @cr_tail: driver's pointer to the completion ring tail buffer
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user