]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
wifi: ath9k: fix kernel-doc warnings in common-debug.h
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 17 Nov 2025 02:02:50 +0000 (18:02 -0800)
committerJeff Johnson <jeff.johnson@oss.qualcomm.com>
Fri, 16 Jan 2026 01:19:35 +0000 (17:19 -0800)
Modify kernel-doc comments in common-debug.h to avoid warnings:

Warning: drivers/net/wireless/ath/ath9k/common-debug.h:21 bad line:
  may have had errors.
Warning: ../drivers/net/wireless/ath/ath9k/common-debug.h:23 bad line:
  may have had errors.
Warning: ../drivers/net/wireless/ath/ath9k/common-debug.h:26 bad line:
  decryption process completed
Warning: ../drivers/net/wireless/ath/ath9k/common-debug.h:28 bad line:
  encountered an error

Fixes: 99c15bf575b1 ("ath9k: Report total tx/rx bytes and packets in debugfs.")
Fixes: 1395d3f00a41 ("ath9k: Add debugfs file for RX errors")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Toke Høiland-Jørgensen <toke@toke.dk>
Link: https://patch.msgid.link/20251117020251.447692-1-rdunlap@infradead.org
Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
drivers/net/wireless/ath/ath9k/common-debug.h

index 2938b5b96b074983cb0ceb04f71d68f4d0c65eac..97948af97682b93284ad29edd97c2d056f397d8f 100644 (file)
 /**
  * struct ath_rx_stats - RX Statistics
  * @rx_pkts_all:  No. of total frames received, including ones that
      may have had errors.
*     may have had errors.
  * @rx_bytes_all:  No. of total bytes received, including ones that
      may have had errors.
*     may have had errors.
  * @crc_err: No. of frames with incorrect CRC value
  * @decrypt_crc_err: No. of frames whose CRC check failed after
      decryption process completed
*     decryption process completed
  * @phy_err: No. of frames whose reception failed because the PHY
      encountered an error
*     encountered an error
  * @mic_err: No. of frames with incorrect TKIP MIC verification failure
  * @pre_delim_crc_err: Pre-Frame delimiter CRC error detections
  * @post_delim_crc_err: Post-Frame delimiter CRC error detections