From: Tapasweni Pathak Date: Mon, 22 Sep 2014 09:21:09 +0000 (+0530) Subject: staging: vt6655: shift open brace '{' to previous line X-Git-Tag: v3.18-rc1~130^2~245 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=78fc84848accc287ca8bc8c566c45c6d599f9ccb;p=karo-tx-linux.git staging: vt6655: shift open brace '{' to previous line This patch fixes checkpatch.pl error in baseband.c file ERROR : that open brace { should be on the previous line Signed-off-by: Tapasweni Pathak Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6655/baseband.c b/drivers/staging/vt6655/baseband.c index 40710bb1be2a..de54923e8861 100644 --- a/drivers/staging/vt6655/baseband.c +++ b/drivers/staging/vt6655/baseband.c @@ -1700,8 +1700,9 @@ static unsigned char byVT3253B0_AGC[CB_VT3253B0_AGC][2] = { {0xF0, 0x00}, }; -static const unsigned short awcFrameTime[MAX_RATE] = -{10, 20, 55, 110, 24, 36, 48, 72, 96, 144, 192, 216}; +static const unsigned short awcFrameTime[MAX_RATE] = { + 10, 20, 55, 110, 24, 36, 48, 72, 96, 144, 192, 216 +}; /*--------------------- Static Functions --------------------------*/