Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966064AbcKLBOj (ORCPT ); Fri, 11 Nov 2016 20:14:39 -0500 Received: from mail-it0-f66.google.com ([209.85.214.66]:34993 "EHLO mail-it0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965818AbcKLBOh (ORCPT ); Fri, 11 Nov 2016 20:14:37 -0500 From: Walt Feasel To: speakup@linux-speakup.org Cc: w.d.hubbs@gmail.com, chris@the-brannons.com, kirk@braille.uwo.ca, samuel.thibault@ens-lyon.org, gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Walt Feasel Subject: [PATCH] [STYLE]staging:speakup:speakup_dtlk.h Modify block comments Date: Fri, 11 Nov 2016 20:13:54 -0500 Message-Id: <1478913234-23858-1-git-send-email-waltfeasel@gmail.com> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1646 Lines: 45 Made suggested modifications from checkpatch in reference to WARNING: Block comments should align the * on each line Modified block text alignment for consistency Signed-off-by: Walt Feasel --- drivers/staging/speakup/speakup_dtlk.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/speakup/speakup_dtlk.h b/drivers/staging/speakup/speakup_dtlk.h index 46d885f..4dbbbe5 100644 --- a/drivers/staging/speakup/speakup_dtlk.h +++ b/drivers/staging/speakup/speakup_dtlk.h @@ -1,8 +1,8 @@ /* speakup_dtlk.h - header file for speakups DoubleTalk driver. */ #define SYNTH_IO_EXTENT 0x02 -#define SYNTH_CLEAR 0x18 /* stops speech */ - /* TTS Port Status Flags */ +#define SYNTH_CLEAR 0x18 /* stops speech */ + /* TTS Port Status Flags */ #define TTS_READABLE 0x80 /* mask for bit which is nonzero if a * byte can be read from the TTS port */ @@ -23,12 +23,12 @@ * writing, and goes 1 again 180-190 * 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. - */ +#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. + */ #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.1.4