mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 13:37:36 +02:00
staging: speakup:indentation should use tabs
Indentation should always use tabs and never spaces. Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a71c8e9b8e
commit
d5dc063ca2
|
|
@ -552,7 +552,7 @@ ssize_t spk_msg_set(enum msg_index_t index, char *text, size_t length)
|
|||
if (index >= MSG_FORMATTED_START &&
|
||||
index <= MSG_FORMATTED_END &&
|
||||
!fmt_validate(speakup_default_msgs[index],
|
||||
newstr)) {
|
||||
newstr)) {
|
||||
kfree(newstr);
|
||||
return -EINVAL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user