Commit 69d8ba56 authored by Lisa Nguyen's avatar Lisa Nguyen Committed by Greg Kroah-Hartman

staging/speakup: Reformatted pointer variables

Reformatted pointer variables in main.c to meet kernel coding
standards.
Signed-off-by: default avatarLisa Nguyen <lisa@xenapiadmin.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d569541e
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment