Skip to content

Commit

Permalink
HID: hidraw: fix indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Antonio Ospite authored and Jiri Kosina committed May 11, 2010
1 parent fe6065d commit 81cd584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hid/hidraw.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ static long hidraw_ioctl(struct file *file, unsigned int cmd,
-EFAULT : len;
break;
}
}
}

ret = -ENOTTY;
}
Expand Down

0 comments on commit 81cd584

Please sign in to comment.