mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02:00
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…
Reference in New Issue
Block a user