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:
parent
d569541e53
commit
69d8ba5659
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user