mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 00:51:35 +00:00
iwlwifi: fix a few instances of misaligned kerneldoc parameters
There are a few places where we don't have a space between the * and the @ in the parameter description. Also, in one case, the @ had trailing space before the parameter name. Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
This commit is contained in:
parent
a4380b4eb3
commit
cbeb58ef36
1 changed files with 1 additions and 1 deletions
|
@ -421,7 +421,7 @@ enum iwl_tx_status {
|
||||||
* occur if tx failed for this frame when it was a member of a previous
|
* occur if tx failed for this frame when it was a member of a previous
|
||||||
* aggregation block). If rate scaling is used, retry count indicates the
|
* aggregation block). If rate scaling is used, retry count indicates the
|
||||||
* rate table entry used for all frames in the new agg.
|
* rate table entry used for all frames in the new agg.
|
||||||
*@ AGG_TX_STATE_SEQ_NUM_MSK: Command ID and sequence number of Tx command for
|
* @AGG_TX_STATE_SEQ_NUM_MSK: Command ID and sequence number of Tx command for
|
||||||
* this frame
|
* this frame
|
||||||
*
|
*
|
||||||
* TODO: complete documentation
|
* TODO: complete documentation
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue