Staging: vme: Fix a white space issue
The below checkpatch error was fixed. -ERROR: trailing whitespace Signed-off-by: Toshiaki Yamane <yamanetoshi@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
eb1e40a4dd
Коммит
538a697ac8
|
@ -396,7 +396,7 @@ static ssize_t vme_user_write(struct file *file, const char __user *buf,
|
||||||
default:
|
default:
|
||||||
retval = -EINVAL;
|
retval = -EINVAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
mutex_unlock(&image[minor].mutex);
|
mutex_unlock(&image[minor].mutex);
|
||||||
|
|
||||||
if (retval > 0)
|
if (retval > 0)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче