From b4da658ea91f8813f3eee8f40c82a7937449a741 Mon Sep 17 00:00:00 2001 From: Artem Fetishev Date: Sun, 11 May 2014 21:14:27 +0300 Subject: [PATCH] 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-format-patch failed