Staging: vt6655: rxtx: Remove extra space character
Remove unnecessary space character after the variable RATE_16M preserving the alignment of all other variables and comments. Fixes the warning by checkpatch: space prohibited before that ',' (ctx:WxW) Signed-off-by: Shivani Bhardwaj <shivanib134@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c1aa41dc7b
commit
b2d44fe3ec
|
@ -78,7 +78,7 @@ static const unsigned short wFB_Opt0[2][5] = {
|
|||
};
|
||||
static const unsigned short wFB_Opt1[2][5] = {
|
||||
{RATE_12M, RATE_18M, RATE_24M, RATE_24M, RATE_36M}, /* fallback_rate0 */
|
||||
{RATE_6M , RATE_6M, RATE_12M, RATE_12M, RATE_18M}, /* fallback_rate1 */
|
||||
{RATE_6M, RATE_6M, RATE_12M, RATE_12M, RATE_18M}, /* fallback_rate1 */
|
||||
};
|
||||
|
||||
#define RTSDUR_BB 0
|
||||
|
|
Loading…
Reference in New Issue