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


Groups > linux.kernel > #1600437 > unrolled thread

[PATCH v4 0/2] staging: checkpatch cleanups

Started byArushi Singhal <arushisinghal19971997@gmail.com>
First post2017-03-14 15:00 +0100
Last post2017-03-14 15:00 +0100
Articles 2 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v4 0/2] staging: checkpatch cleanups Arushi Singhal <arushisinghal19971997@gmail.com> - 2017-03-14 15:00 +0100
    [PATCH v4 1/2] staging: speakup: identation should use tabs Arushi Singhal <arushisinghal19971997@gmail.com> - 2017-03-14 15:00 +0100

#1600437 — [PATCH v4 0/2] staging: checkpatch cleanups

FromArushi Singhal <arushisinghal19971997@gmail.com>
Date2017-03-14 15:00 +0100
Subject[PATCH v4 0/2] staging: checkpatch cleanups
Message-ID<tkV9x-Uf-33@gated-at.bofh.it>
Improve readability by fixing multiple checkpatch.pl
issues in drivers. 

Arushi Singhal (2):
  staging: speakup: identation should use tabs
  staging: dvb-frontends: removed code in comments.

 drivers/media/dvb-frontends/drxk_hard.c  |   1 -
 drivers/staging/speakup/speakup_dtlk.h   |  10 +++++-----
 2 files changed, 5 insertions(+), 6 deletions(-)

-- 
Changes since v4:
 -Include the changes done different versions.
 -Change the subject of cover Letter.
 -Made the subject of the patches in the patch series more clear.

2.11.0

[toc] | [next] | [standalone]


#1600442 — [PATCH v4 1/2] staging: speakup: identation should use tabs

FromArushi Singhal <arushisinghal19971997@gmail.com>
Date2017-03-14 15:00 +0100
Subject[PATCH v4 1/2] staging: speakup: identation should use tabs
Message-ID<tkV9x-Uf-43@gated-at.bofh.it>
In reply to#1600437
Indentation should always use tabs and never spaces.

Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com>
---
Changes since v4
-Added the changes done since v4.

 drivers/staging/speakup/speakup_dtlk.h | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/staging/speakup/speakup_dtlk.h b/drivers/staging/speakup/speakup_dtlk.h
index b3b3cfc3db07..46d885fcfb20 100644
--- a/drivers/staging/speakup/speakup_dtlk.h
+++ b/drivers/staging/speakup/speakup_dtlk.h
@@ -24,11 +24,11 @@
 				 * usec later.
 				 */
 #define TTS_ALMOST_FULL	0x08	/* mask for AF bit: When set to 1,
-				         * indicates that less than 300 bytes
-				         * are available in the TTS input
-				         * buffer. AF is always 0 in the PCM,
-				         * TGN and CVSD modes.
-				         */
+					 * indicates that less than 300 bytes
+					 * are available in the TTS input
+					 * buffer. AF is always 0 in the PCM,
+					 * TGN and CVSD modes.
+					 */
 #define TTS_ALMOST_EMPTY 0x04	/* mask for AE bit: When set to 1,
 				 * indicates that less than 300 bytes
 				 * are remaining in DoubleTalk's input
-- 
2.11.0

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web