]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit428526769b5892185f16a985685271e4556a1819
tree530ca61b1cd6205a79eecc6c04b6d0da70e07f40
parent1b99742944be39550b0dc779d698505e02c8e430
Input: evdev - rearrange ioctl handling

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>
drivers/input/evdev.c