Input: evdev - rearrange ioctl handling
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 3 Aug 2010 03:29:10 +0000 (20:29 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 3 Aug 2010 03:30:44 +0000 (20:30 -0700)
Split ioctl handling into 3 separate sections: fixed-length ioctls,
variable-length ioctls and multi-number variable length handlers.
This reduces identation and makes the code a bit clearer.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

No differences found