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


Groups > linux.kernel > #1494019 > unrolled thread

[PATCH] Staging: comedi: Align the * in block comments

Started byRamiro Oliveira <Ramiro.Oliveira@synopsys.com>
First post2016-09-30 12:40 +0200
Last post2016-09-30 12:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] Staging: comedi: Align the * in block comments Ramiro Oliveira <Ramiro.Oliveira@synopsys.com> - 2016-09-30 12:40 +0200

#1494019 — [PATCH] Staging: comedi: Align the * in block comments

FromRamiro Oliveira <Ramiro.Oliveira@synopsys.com>
Date2016-09-30 12:40 +0200
Subject[PATCH] Staging: comedi: Align the * in block comments
Message-ID<sn3ou-Ca-25@gated-at.bofh.it>
Align the * on each line of block comments as reported by checkpatch

Signed-off-by: Ramiro Oliveira <roliveir@synopsys.com>
---
 drivers/staging/comedi/drivers.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/comedi/drivers.c b/drivers/staging/comedi/drivers.c
index 44511d7..a5bf2cc 100644
--- a/drivers/staging/comedi/drivers.c
+++ b/drivers/staging/comedi/drivers.c
@@ -15,7 +15,7 @@
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *  GNU General Public License for more details.
-*/
+ */
 
 #include <linux/device.h>
 #include <linux/module.h>
-- 
2.9.3

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web