From: Artem Fetishev Date: Sun, 11 May 2014 18:14:27 +0000 (+0300) Subject: drivers: staging: ft1000: Fix IOCTL_FT1000_* marcos X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~898 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4da658ea91f8813f3eee8f40c82a7937449a741;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed