X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=drivers%2Fstaging%2Fspeakup%2Fspk_types.h;h=e8ff5d7d6419b3f8f53ccc5896c559eccfc83e45;hb=63b8ebe44ab6bc812f849818250e49e9157c309c;hp=55d6c9b3b4726e04101d2343abb32f7bbd1d653f;hpb=7f688833662dac4c48dcc18198a1a3a35fcbf0cd;p=deliverable%2Flinux.git diff --git a/drivers/staging/speakup/spk_types.h b/drivers/staging/speakup/spk_types.h index 55d6c9b3b472..e8ff5d7d6419 100644 --- a/drivers/staging/speakup/spk_types.h +++ b/drivers/staging/speakup/spk_types.h @@ -168,7 +168,8 @@ struct spk_synth { int *default_vol; int (*probe)(struct spk_synth *synth); void (*release)(void); - const char *(*synth_immediate)(struct spk_synth *synth, const char *buff); + const char *(*synth_immediate)(struct spk_synth *synth, + const char *buff); void (*catch_up)(struct spk_synth *synth); void (*flush)(struct spk_synth *synth); int (*is_alive)(struct spk_synth *synth);