staging: vt6656: Fix coding style warnings on Block comments
Fix checkpatch.pl warnings related to Block comments in staging/vt6656/rf.c file. Signed-off-by: Vijai Kumar K <vijaikumar.kanagarajan@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
35754e5002
commit
354872712e
@ -730,9 +730,9 @@ int vnt_rf_set_txpower(struct vnt_private *priv, u8 power, u32 rate)
|
||||
return false;
|
||||
|
||||
/*
|
||||
* 0x080F1B00 for 3 wire control TxGain(D10)
|
||||
* and 0x31 as TX Gain value
|
||||
*/
|
||||
* 0x080F1B00 for 3 wire control TxGain(D10)
|
||||
* and 0x31 as TX Gain value
|
||||
*/
|
||||
power_setting = 0x080c0b00 | (power << 12);
|
||||
|
||||
ret &= vnt_rf_write_embedded(priv, power_setting);
|
||||
|
Loading…
Reference in New Issue
Block a user