Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a9c77d8 authored by Melike Yurtoglu's avatar Melike Yurtoglu Committed by Greg Kroah-Hartman
Browse files

staging: speakup: Fix missing blank line warning



Fixes "Missing a blank line after declarations" checkpatch.pl warning
in varhandlers.c

Signed-off-by: default avatarMelike Yurtoglu <aysemelikeyurtoglu@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 07f113b5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)