Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761960Ab3JPSyi (ORCPT ); Wed, 16 Oct 2013 14:54:38 -0400 Received: from mail-pa0-f47.google.com ([209.85.220.47]:65155 "EHLO mail-pa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761785Ab3JPSyg (ORCPT ); Wed, 16 Oct 2013 14:54:36 -0400 From: Dhanunjaya To: arnaud.patard@rtp-net.org, gregkh@linuxfoundation.org, aaro.koskinen@iki.fi, peterhuewe@gmx.de Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Dhanunjaya Subject: [PATCH 4/4] Staging: xgifb: fix space prohibited before semicolon. Date: Thu, 17 Oct 2013 00:21:34 +0530 Message-Id: <1381949494-19886-2-git-send-email-dhanunjaya.matrix@gmail.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1381949494-19886-1-git-send-email-dhanunjaya.matrix@gmail.com> References: <1381949494-19886-1-git-send-email-dhanunjaya.matrix@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1093 Lines: 30 This is a patch to the vb_table.h file that fixes the space prohibited before semicolon warning found by the checkpatch.pl tool. Signed-off-by: Dhanunjaya --- drivers/staging/xgifb/vb_table.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/xgifb/vb_table.h b/drivers/staging/xgifb/vb_table.h index 7168eed..f17e5b9 100644 --- a/drivers/staging/xgifb/vb_table.h +++ b/drivers/staging/xgifb/vb_table.h @@ -1284,7 +1284,7 @@ static const struct SiS_LVDSData XGI_LVDS1024x768Des_1[] = { {0, 1048, 0, 771}, /* 04 (640x480x60Hz) */ {0, 1048, 0, 771}, /* 05 (800x600x60Hz) */ {0, 1048, 805, 770} /* 06 (1024x768x60Hz) */ -} ; +}; static const struct SiS_LVDSData XGI_LVDS1024x768Des_2[] = { {1142, 856, 622, 587}, /* 00 (320x200,320x400,640x200,640x400) */ -- 1.8.1.2 -- 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/