drivers:staging:vt6656: Fix coding style issues
This patch fixes the following issues reported by checkpatch.pl: - code indent should use tabs where possible Signed-off-by: Sergey Lysanov <lysanovsergey@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e7bda76fa4
commit
1eba248ae1
|
@ -103,7 +103,7 @@ void vnt_disable_power_saving(struct vnt_private *priv)
|
|||
|
||||
/* disable power saving hw function */
|
||||
vnt_control_out(priv, MESSAGE_TYPE_DISABLE_PS, 0,
|
||||
0, 0, NULL);
|
||||
0, 0, NULL);
|
||||
|
||||
/* clear AutoSleep */
|
||||
vnt_mac_reg_bits_off(priv, MAC_REG_PSCFG, PSCFG_AUTOSLEEP);
|
||||
|
|
Loading…
Reference in New Issue