Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1471084 > unrolled thread

[PATCH 1/2] staging: fsl-mc: dpmng-cmd: Fix checkpatch warning

Started byAnson Jacob <ansonjacob.aj@gmail.com>
First post2016-08-27 05:10 +0200
Last post2016-08-27 05:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 1/2] staging: fsl-mc: dpmng-cmd: Fix checkpatch warning Anson Jacob <ansonjacob.aj@gmail.com> - 2016-08-27 05:10 +0200

#1471084 — [PATCH 1/2] staging: fsl-mc: dpmng-cmd: Fix checkpatch warning

FromAnson Jacob <ansonjacob.aj@gmail.com>
Date2016-08-27 05:10 +0200
Subject[PATCH 1/2] staging: fsl-mc: dpmng-cmd: Fix checkpatch warning
Message-ID<saCal-7xx-5@gated-at.bofh.it>
Fix checkpatch.pl warning:
Block comments use * on subsequent lines

Fix Commenting Style

Signed-off-by: Anson Jacob <ansonjacob.aj@gmail.com>
---
 drivers/staging/fsl-mc/bus/dpmng-cmd.h | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/drivers/staging/fsl-mc/bus/dpmng-cmd.h b/drivers/staging/fsl-mc/bus/dpmng-cmd.h
index 779bf9c..a7b77d5 100644
--- a/drivers/staging/fsl-mc/bus/dpmng-cmd.h
+++ b/drivers/staging/fsl-mc/bus/dpmng-cmd.h
@@ -1,4 +1,5 @@
-/* Copyright 2013-2016 Freescale Semiconductor Inc.
+/*
+ * Copyright 2013-2016 Freescale Semiconductor Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
@@ -30,12 +31,12 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-/*************************************************************************//*
- dpmng-cmd.h
-
- defines portal commands
-
- *//**************************************************************************/
+/*
+ * dpmng-cmd.h
+ *
+ * defines portal commands
+ *
+ */
 
 #ifndef __FSL_DPMNG_CMD_H
 #define __FSL_DPMNG_CMD_H
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web