]> git.baikalelectronics.ru Git - kernel.git/commit
drivers: staging: ft1000: Fix IOCTL_FT1000_* marcos
authorArtem Fetishev <wwctrsrx@gmail.com>
Sun, 11 May 2014 18:14:27 +0000 (21:14 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 May 2014 20:49:45 +0000 (13:49 -0700)
commit960652cea0b91aabde8bc18c27946859f2915a1c
treea8264ee2a36d9bb91c699dfb46e68d885ed3b8fb
parentf4b25c52bf540e523b7b17bf7a177377defc0cb4
drivers: staging: ft1000: Fix IOCTL_FT1000_* marcos

Fixes include:
 - Add closing brackets;
 - Remove sizeof (_IOR and _IOW macro can accept types);
 - Replace _IOW which size of 0 (the last arg) with _IO.
 - Actually these macros are not used anywhere and might be removed.

Signed-off-by: Artem Fetishev <wwctrsrx@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ft1000/ft1000-usb/ft1000_ioctl.h