Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Vijai Kumar K and committed by
Greg Kroah-Hartman
35487271 35754e50

+3 -3
+3 -3
drivers/staging/vt6656/rf.c
··· 730 730 return false; 731 731 732 732 /* 733 - * 0x080F1B00 for 3 wire control TxGain(D10) 734 - * and 0x31 as TX Gain value 735 - */ 733 + * 0x080F1B00 for 3 wire control TxGain(D10) 734 + * and 0x31 as TX Gain value 735 + */ 736 736 power_setting = 0x080c0b00 | (power << 12); 737 737 738 738 ret &= vnt_rf_write_embedded(priv, power_setting);