dect
/
linux-2.6
Archived
13
0
Fork 0

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: Dan Carpenter <error27@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Dan Carpenter 2011-03-26 04:47:35 +03:00 committed by Jiri Kosina
parent 99759619b2
commit ac065bf214
1 changed files with 1 additions and 1 deletions

View File

@ -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: