mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 22:08:33 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
a8b088d6d9
commit
a0daad77a4
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user