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

Commit 11a18fc3 authored by Domagoj Trsan's avatar Domagoj Trsan Committed by Greg Kroah-Hartman
Browse files

staging: speakup: fix redundant return in void functions

parent e7027b9b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -101,6 +101,5 @@ EXPORT_SYMBOL_GPL(synth_buffer_peek);
void synth_buffer_clear(void)
{
	buff_in = buff_out = synth_buffer;
	return;
}
EXPORT_SYMBOL_GPL(synth_buffer_clear);
+0 −1
Original line number Diff line number Diff line
@@ -1940,7 +1940,6 @@ static void speakup_goto(struct vc_data *vc)
	}
	synth_printf("%s\n", spk_msg_get(MSG_GOTO));
	spk_special_handler = handle_goto;
	return;
}

static void speakup_help(struct vc_data *vc)
+0 −1
Original line number Diff line number Diff line
@@ -112,7 +112,6 @@ void speakup_register_var(struct var_t *var)
	default:
		break;
	}
	return;
}

void speakup_unregister_var(enum var_id_t var_id)