staging: speakup: Fix missing blank line warning
authorMelike Yurtoglu <aysemelikeyurtoglu@gmail.com>
Tue, 30 Sep 2014 22:36:29 +0000 (01:36 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Oct 2014 17:09:01 +0000 (10:09 -0700)
Fixes "Missing a blank line after declarations" checkpatch.pl warning
in varhandlers.c

Signed-off-by: Melike Yurtoglu <aysemelikeyurtoglu@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/varhandlers.c

index d758284..1b0d1c0 100644 (file)
@@ -225,6 +225,7 @@ int spk_set_num_var(int input, struct st_var_header *var, int how)
                return ret;
        if (synth->synth_adjust != NULL) {
                int status = synth->synth_adjust(var);
+
                return (status != 0) ? status : ret;
        }
        if (!var_data->u.n.synth_fmt)