aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/vt6655/card.c
diff options
context:
space:
mode:
authorNam Cao <namcaov@gmail.com>2022-05-29 18:02:11 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-06-06 08:02:03 +0200
commita0daad77a402f6d483d577649d49163fb622836b (patch)
tree2087cc9dd46a937d1a0de033e7a2d9f5992632b6 /drivers/staging/vt6655/card.c
parentstaging: rtl8723bs: fix placement of braces (diff)
downloadwireguard-linux-a0daad77a402f6d483d577649d49163fb622836b.tar.xz
wireguard-linux-a0daad77a402f6d483d577649d49163fb622836b.zip
staging: vt6655: Update function description
The function vt6655_get_current_tsf has been updated while its description has not. Update the description to correctly reflect what it does. Signed-off-by: Nam Cao <namcaov@gmail.com> Link: https://lore.kernel.org/r/20220529160211.GA5805@nam-dell Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6655/card.c')
-rw-r--r--drivers/staging/vt6655/card.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/vt6655/card.c b/drivers/staging/vt6655/card.c
index abc74a5633c7..3380c7604e84 100644
--- a/drivers/staging/vt6655/card.c
+++ b/drivers/staging/vt6655/card.c
@@ -723,9 +723,9 @@ u64 CARDqGetTSFOffset(unsigned char byRxRate, u64 qwTSF1, u64 qwTSF2)
* In:
* priv - The adapter to be read
* Out:
- * qwCurrTSF - Current TSF counter
+ * none
*
- * Return Value: true if success; otherwise false
+ * Return Value: Current TSF counter
*/
u64 vt6655_get_current_tsf(struct vnt_private *priv)
{