Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758283AbcC2Vi5 (ORCPT ); Tue, 29 Mar 2016 17:38:57 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:58907 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754640AbcC2Viz (ORCPT ); Tue, 29 Mar 2016 17:38:55 -0400 Date: Tue, 29 Mar 2016 14:38:54 -0700 From: Greg KH To: Claudiu Beznea Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Staging: vt6655: defined some arrays as const arrays since they are not changed anywhere in code Message-ID: <20160329213854.GA16783@kroah.com> References: <1459080575-23273-1-git-send-email-claudiu.beznea@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1459080575-23273-1-git-send-email-claudiu.beznea@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 604 Lines: 13 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 > --- > drivers/staging/vt6655/baseband.c | 10 ++++++---- > 1 file changed, 6 insertions(+), 4 deletions(-) This does not apply to my staging-next branch at all :(