mirror of https://gitee.com/openkylin/linux.git
staging:vt6656:card.c: fix blank line issue
Fix "Please use a blank line after function declaration" check thrown by checkpatch.pl Signed-off-by: Rithvik Patibandla <rithvikp98@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7b25c75e55
commit
6d898d6958
|
@ -548,6 +548,7 @@ void vnt_adjust_tsf(struct vnt_private *priv, u8 rx_rate,
|
|||
vnt_control_out(priv, MESSAGE_TYPE_SET_TSFTBTT,
|
||||
MESSAGE_REQUEST_TSF, 0, 8, data);
|
||||
}
|
||||
|
||||
/*
|
||||
* Description: Read NIC TSF counter
|
||||
* Get local TSF counter
|
||||
|
|
Loading…
Reference in New Issue