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

staging: speakup: speakup_acntsa.c: style fixes



* Clean this file based on reports from checkpatch.pl.
* Eliminate 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 bf4a4bac
Loading
Loading
Loading
Loading
+7 −8
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@
#include "speakup_acnt.h" /* local header file for Accent values */

#define DRV_VERSION "2.11"
#define synth_full() (inb_p(speakup_info.port_tts + UART_RX) == 'F')
#define PROCSPEECH '\r'

static int synth_probe(struct spk_synth *synth);