Commit e66c3d84 authored by Christopher Brannon's avatar Christopher Brannon Committed by Greg Kroah-Hartman
Browse files

staging: speakup: speakup_ltlk.c: style fixes



* Clean this file based on reports from checkpatch.pl.
* Remove an unused function-like macro.

Signed-off-by: default avatarChristopher Brannon <chris@the-brannons.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 75d6282d
Loading
Loading
Loading
Loading
+10 −11
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@
#include "speakup_dtlk.h" /* local header file for LiteTalk values */

#define DRV_VERSION "2.11"
#define synth_full( ) ( !( inb( synth_port_tts + UART_MSR ) & UART_MSR_CTS ) )
#define PROCSPEECH 0x0d

static int synth_probe(struct spk_synth *synth);