You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
07f113b5d5
commit
1a9c77d8c8
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user