All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: xgifb: vb_table.h: Coding style warning fix for block comments
@ 2016-01-15 12:23 YU Bo
  0 siblings, 0 replies; only message in thread
From: YU Bo @ 2016-01-15 12:23 UTC (permalink / raw)
  To: Patard, Kroah-Hartman, yuzibode; +Cc: devel, linux-kernel

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 <tsu.yubo@gmail.com>
---
  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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-01-15  4:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-15 12:23 [PATCH] Staging: xgifb: vb_table.h: Coding style warning fix for block comments YU Bo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.