Commit ac065bf2 authored by Dan Carpenter's avatar Dan Carpenter Committed by Jiri Kosina

HID: hiddev: fix brace indent

There was an extra tab so the close curly brace didn't match up with
the right if statement.
Signed-off-by: default avatarDan Carpenter <error27@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 99759619
......@@ -509,7 +509,7 @@ static noinline int hiddev_ioctl_usage(struct hiddev *hiddev, unsigned int cmd,
(uref_multi->num_values > HID_MAX_MULTI_USAGES ||
uref->usage_index + uref_multi->num_values > field->report_count))
goto inval;
}
}
switch (cmd) {
case HIDIOCGUSAGE:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment