staging/speakup: Reformatted pointer variables

Reformatted pointer variables in main.c to meet kernel coding
standards.

Signed-off-by: Lisa Nguyen <lisa@xenapiadmin.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Lisa Nguyen 2013-05-17 11:51:18 -07:00 committed by Greg Kroah-Hartman
parent d569541e53
commit 69d8ba5659

View File

@ -457,7 +457,7 @@ static void speak_char(u_char ch)
synth_buffer_add(SPACE);
}
static u16 get_char(struct vc_data *vc, u16 * pos, u_char * attribs)
static u16 get_char(struct vc_data *vc, u16 *pos, u_char *attribs)
{
u16 ch = ' ';
if (vc && pos) {