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


Groups > linux.kernel > #1520351 > unrolled thread

[PATCH] [STYLE 1/2]staging:speakup:varhandlers.c Moddified block comment

Started byWalt Feasel <waltfeasel@gmail.com>
First post2016-11-12 19:30 +0100
Last post2016-11-12 19:30 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] [STYLE 1/2]staging:speakup:varhandlers.c Moddified block comment Walt Feasel <waltfeasel@gmail.com> - 2016-11-12 19:30 +0100

#1520351 — [PATCH] [STYLE 1/2]staging:speakup:varhandlers.c Moddified block comment

FromWalt Feasel <waltfeasel@gmail.com>
Date2016-11-12 19:30 +0100
Subject[PATCH] [STYLE 1/2]staging:speakup:varhandlers.c Moddified block comment
Message-ID<sCLdV-5L4-79@gated-at.bofh.it>
Modified block comment to multiline style

Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
---
 drivers/staging/speakup/varhandlers.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/speakup/varhandlers.c b/drivers/staging/speakup/varhandlers.c
index 21186e3..5ab7245 100644
--- a/drivers/staging/speakup/varhandlers.c
+++ b/drivers/staging/speakup/varhandlers.c
@@ -266,7 +266,8 @@ int spk_set_string_var(const char *page, struct st_var_header *var, int len)
 	return 0;
 }
 
-/* spk_set_mask_bits sets or clears the punc/delim/repeat bits,
+/*
+ * spk_set_mask_bits sets or clears the punc/delim/repeat bits,
  * if input is null uses the defaults.
  * values for how: 0 clears bits of chars supplied,
  * 1 clears allk, 2 sets bits for chars
-- 
2.1.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web