Skip to content

Commit b6bca6d

Browse files
author
Jeff Johnson
committed
wifi: ath12k: Fix hal_reo_cmd_status kernel-doc
Currently a warning is reported when running: % scripts/kernel-doc -Wall -Werror -none drivers/net/wireless/ath/ath12k/hal.h Warning: drivers/net/wireless/ath/ath12k/hal.h:596 Enum value 'HAL_REO_CMD_RESOURCE_BLOCKED' not described in enum 'hal_reo_cmd_status' Add the missing description of HAL_REO_CMD_RESOURCE_BLOCKED. Link: https://patch.msgid.link/20250605-hal_reo_cmd_status-kdoc-v1-1-e59f4b814b88@oss.qualcomm.com Signed-off-by: Jeff Johnson <[email protected]>
1 parent 7588a89 commit b6bca6d

File tree

1 file changed

+2
-1
lines changed
  • drivers/net/wireless/ath/ath12k

1 file changed

+2
-1
lines changed

drivers/net/wireless/ath/ath12k/hal.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,8 @@ enum hal_reo_cmd_type {
585585
* or cache was blocked
586586
* @HAL_REO_CMD_FAILED: Command execution failed, could be due to
587587
* invalid queue desc
588-
* @HAL_REO_CMD_RESOURCE_BLOCKED:
588+
* @HAL_REO_CMD_RESOURCE_BLOCKED: Command could not be executed because
589+
* one or more descriptors were blocked
589590
* @HAL_REO_CMD_DRAIN:
590591
*/
591592
enum hal_reo_cmd_status {

0 commit comments

Comments
 (0)