Re: [PATCH] Staging: vt6655: defined some arrays as const arrays since they are not changed anywhere in code

From: Greg KH
Date: Tue Mar 29 2016 - 17:38:59 EST


On Sun, Mar 27, 2016 at 03:09:35PM +0300, Claudiu Beznea wrote:
> This patch defines byVT3253B0_AGC4_RFMD2959[], byVT3253B0_AIROHA2230[],
> byVT3253B0_UW2451[] and byVT3253B0_AGC[] arrays as const arrays
> since they are not change anywhere in code. After this change
> some lines broke the 80 characters per line rule. To fix this,
> some changed lines were splited on two.
>
> Signed-off-by: Claudiu Beznea <claudiu.beznea@xxxxxxxxx>
> ---
> drivers/staging/vt6655/baseband.c | 10 ++++++----
> 1 file changed, 6 insertions(+), 4 deletions(-)

This does not apply to my staging-next branch at all :(