Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752704AbbHUNGy (ORCPT ); Fri, 21 Aug 2015 09:06:54 -0400 Received: from mail-pa0-f49.google.com ([209.85.220.49]:33298 "EHLO mail-pa0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751955AbbHUNGx (ORCPT ); Fri, 21 Aug 2015 09:06:53 -0400 From: Aparna Karuthodi To: gregkh@linuxfoundation.org Cc: thomas.petazzoni@free-electrons.com, noralf@tronnes.org, linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, Aparna Karuthodi Subject: [PATCH] staging: fbtft: Made into two lines Date: Fri, 21 Aug 2015 18:38:39 +0530 Message-Id: <1440162519-9282-1-git-send-email-kdasaparna@gmail.com> X-Mailer: git-send-email 1.7.9.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1121 Lines: 32 Made the comment into a new lineto remove a coding style error detected by checkpatch. The warning is given below: drivers/staging/fbtft/fb_pcd8544.c:37: WARNING: line over 80 characters Signed-off-by: Aparna Karuthodi --- drivers/staging/fbtft/fb_pcd8544.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/fbtft/fb_pcd8544.c b/drivers/staging/fbtft/fb_pcd8544.c index 8b9ebfb..cf87ce8 100644 --- a/drivers/staging/fbtft/fb_pcd8544.c +++ b/drivers/staging/fbtft/fb_pcd8544.c @@ -34,7 +34,8 @@ #define WIDTH 84 #define HEIGHT 48 #define TXBUFLEN (84*6) -#define DEFAULT_GAMMA "40" /* gamma is used to control contrast in this driver */ +#define DEFAULT_GAMMA "40" +/* gamma is used to control contrast in this driver */ static unsigned tc; module_param(tc, uint, 0); -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/