[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <cf6b81ea-3ab2-420a-ac10-e847be54c9c3@oss.qualcomm.com>
Date: Wed, 14 Jan 2026 07:53:06 -0800
From: Jeff Johnson <jeff.johnson@....qualcomm.com>
To: Randy Dunlap <rdunlap@...radead.org>, netdev@...r.kernel.org
Cc: Toke Høiland-Jørgensen <toke@...e.dk>,
Johannes Berg <johannes@...solutions.net>,
linux-wireless@...r.kernel.org
Subject: Re: [PATCH] ath9k: debug.h: fix kernel-doc bad lines and struct
ath_tx_stats
On 11/16/2025 6:03 PM, Randy Dunlap wrote:
> Repair "bad line" warnings by starting each line with " *".
> Add or correct kernel-doc entries for missing struct members in
> struct ath_tx_stats.
>
> Warning: ../drivers/net/wireless/ath/ath9k/debug.h:144 bad line:
> may have had errors.
> Warning: ../drivers/net/wireless/ath/ath9k/debug.h:146 bad line:
> may have had errors.
> Warning: ../drivers/net/wireless/ath/ath9k/debug.h:156 bad line:
> Valid only for:
> Warning: ../drivers/net/wireless/ath/ath9k/debug.h:157 bad line:
> - non-aggregate condition.
> Warning: ../drivers/net/wireless/ath/ath9k/debug.h:158 bad line:
> - first packet of aggregate.
> Warning: drivers/net/wireless/ath/ath9k/debug.h:191 struct member
> 'xretries' not described in 'ath_tx_stats'
> Warning: drivers/net/wireless/ath/ath9k/debug.h:191 struct member
> 'data_underrun' not described in 'ath_tx_stats'
> Warning: drivers/net/wireless/ath/ath9k/debug.h:191 struct member
> 'delim_underrun' not described in 'ath_tx_stats'
>
> Fixes: 99c15bf575b1 ("ath9k: Report total tx/rx bytes and packets in debugfs.")
> Fixes: fec247c0d5bf ("ath9k: Add debug counters for TX")
> Fixes: 5a6f78afdabe ("ath9k: show excessive-retry MPDUs in debugfs")
> Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
> ---
> Cc: Toke Høiland-Jørgensen <toke@...e.dk>
> Cc: Johannes Berg <johannes@...solutions.net>
> Cc: linux-wireless@...r.kernel.org
I'm picking this up, but my automation noticed there are still kdoc issues:
Warning: drivers/net/wireless/ath/ath9k/debug.h:138 struct member 'txeol' not described in 'ath_interrupt_stats'
...
Warning: drivers/net/wireless/ath/ath9k/debug.h:138 struct member 'mac_sleep_access' not described in 'ath_interrupt_stats'
19 warnings as errors
Are these handled elsewhere, or will they need to be handled later?
/jeff
Powered by blists - more mailing lists