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


Groups > linux.kernel > #1508110 > unrolled thread

[PATCH v2] Staging:dgnc:dgnc_tty: fix Block comments should align the * on each line

Started byNadim Almas <nadim.902@gmail.com>
First post2016-10-25 11:30 +0200
Last post2016-10-25 11:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v2] Staging:dgnc:dgnc_tty: fix Block comments should align  the * on each line Nadim Almas <nadim.902@gmail.com> - 2016-10-25 11:30 +0200

#1508110 — [PATCH v2] Staging:dgnc:dgnc_tty: fix Block comments should align the * on each line

FromNadim Almas <nadim.902@gmail.com>
Date2016-10-25 11:30 +0200
Subject[PATCH v2] Staging:dgnc:dgnc_tty: fix Block comments should align the * on each line
Message-ID<sw6dr-3Ia-9@gated-at.bofh.it>
Block comments should align the * on each line as reported by checkpatch.pl

Signed-off-by: Nadim Almas <nadim.902@gmail.com>
---

Changes in v2:
  - Made subject better
 
 drivers/staging/dgnc/dgnc_tty.c | 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


 
diff --git a/drivers/staging/dgnc/dgnc_tty.c b/drivers/staging/dgnc/dgnc_tty.c
index cf8aefd..94c4840 100644
--- a/drivers/staging/dgnc/dgnc_tty.c
+++ b/drivers/staging/dgnc/dgnc_tty.c
@@ -2707,7 +2707,7 @@ static int dgnc_tty_ioctl(struct tty_struct *tty, unsigned int cmd,
 			uint loopback = 0;
 			/* Let go of locks when accessing user space,
 			 * could sleep
-			*/
+			 */
 			spin_unlock_irqrestore(&ch->ch_lock, flags);
 			rc = get_user(loopback, (unsigned int __user *)arg);
 			if (rc)
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web