From: Nam Cao Date: Sun, 29 May 2022 16:02:11 +0000 (+0200) Subject: staging: vt6655: Update function description X-Git-Tag: v6.6.17~6907^2~164 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a0daad77a402f6d483d577649d49163fb622836b;p=platform%2Fkernel%2Flinux-rpi.git 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 Link: https://lore.kernel.org/r/20220529160211.GA5805@nam-dell Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6655/card.c b/drivers/staging/vt6655/card.c index abc74a5..3380c76 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) {