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

Greg KH gregkh at linuxfoundation.org
Tue Mar 29 21:38:54 UTC 2016


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 at gmail.com>
> ---
>  drivers/staging/vt6655/baseband.c | 10 ++++++----
>  1 file changed, 6 insertions(+), 4 deletions(-)

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


More information about the devel mailing list