Skip to content

Commit

Permalink
Staging: vme: Fix a white space issue
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Toshiaki Yamane authored and Greg Kroah-Hartman committed Sep 4, 2012
1 parent eb1e40a commit 538a697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/vme/devices/vme_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ static ssize_t vme_user_write(struct file *file, const char __user *buf,
default:
retval = -EINVAL;
}

mutex_unlock(&image[minor].mutex);

if (retval > 0)
Expand Down

0 comments on commit 538a697

Please sign in to comment.