staging: speakup: Fix warning of line over 80 characters.
[deliverable/linux.git] / drivers / staging / speakup / spk_types.h
index 55d6c9b3b4726e04101d2343abb32f7bbd1d653f..e8ff5d7d6419b3f8f53ccc5896c559eccfc83e45 100644 (file)
@@ -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);
This page took 0.025776 seconds and 5 git commands to generate.