From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752198AbcAOEXg (ORCPT ); Thu, 14 Jan 2016 23:23:36 -0500 Received: from mail-pf0-f173.google.com ([209.85.192.173]:34615 "EHLO mail-pf0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751009AbcAOEXf (ORCPT ); Thu, 14 Jan 2016 23:23:35 -0500 Date: Fri, 15 Jan 2016 20:23:23 +0800 From: YU Bo To: Patard , Kroah-Hartman , yuzibode@126.com Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: [PATCH] Staging: xgifb: vb_table.h: Coding style warning fix for block comments Message-ID: <20160115122316.GA13660@debian> Mail-Followup-To: Patard , Kroah-Hartman , yuzibode@126.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch is to vb_table.h file that fixes up following warnings reported by checkpatch.pl: I) Block comments use * on subsequent lines. Signed-off-by: YU Bo --- drivers/staging/xgifb/vb_table.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/xgifb/vb_table.h b/drivers/staging/xgifb/vb_table.h index f17e5b9..c91007d 100644 --- a/drivers/staging/xgifb/vb_table.h +++ b/drivers/staging/xgifb/vb_table.h @@ -1271,7 +1271,8 @@ static const struct SiS_LVDSData XGI_LVDSNoScalingDatax75[] = { {1312, 800, 1312, 800}, /* ; 06 (1024x768x75Hz) */ {1688, 1066, 1688, 1066}, /* ; 07 (1280x1024x75Hz) */ {1688, 1066, 1688, 1066}, /* ; 08 (1400x1050x75Hz) - ;;[ycchen] 12/19/02 */ + * ;;[ycchen] 12/19/02 + */ {2160, 1250, 2160, 1250}, /* ; 09 (1600x1200x75Hz) */ {1688, 806, 1688, 806}, /* ; 0A (1280x768x75Hz) */ }; -- 1.7.10.4 -- Best Regards