Browse Source

qcacld-3.0: Fix kernel doc for TWT

Incorrect parameters exist in TWT documentation. Correct parameters
to match function.

Change-Id: Ida1c223b8e5735cc9126f321142218d56716d4be
CRs-Fixed: 3414468
David Oladunjoye 2 years ago
parent
commit
0336ab83b3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      core/wma/src/wma_twt.c

+ 2 - 2
core/wma/src/wma_twt.c

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2019-2021 The Linux Foundation. All rights reserved.
- * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
+ * Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -180,7 +180,7 @@ void wma_send_twt_disable_cmd(uint32_t pdev_id,
 /**
  * wma_twt_disable_comp_event_handler- TWT disable complete event handler
  * @handle: wma handle
- * @event: buffer with event
+ * @data: data buffer
  * @len: buffer length
  *
  * Return: 0 on success, negative value on failure