Skip to content

Commit 1a9c77d

Browse files
melikeyurtoglugregkh
authored andcommitted
staging: speakup: Fix missing blank line warning
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>
1 parent 07f113b commit 1a9c77d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/staging/speakup/varhandlers.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ int spk_set_num_var(int input, struct st_var_header *var, int how)
225225
return ret;
226226
if (synth->synth_adjust != NULL) {
227227
int status = synth->synth_adjust(var);
228+
228229
return (status != 0) ? status : ret;
229230
}
230231
if (!var_data->u.n.synth_fmt)

0 commit comments

Comments
 (0)