summaryrefslogtreecommitdiff
path: root/include/linux/lightsensor.h
diff options
context:
space:
mode:
authorJohnny Qiu <joqiu@nvidia.com>2012-02-13 15:33:11 +0800
committerRohan Somvanshi <rsomvanshi@nvidia.com>2012-02-17 06:43:39 -0800
commit03835470a673447cd3dafd2df9d7081e378b1aac (patch)
treeac7875dfa8f1beefcdbfce17869138e1153b4680 /include/linux/lightsensor.h
parent46aa6c47a60afebb79b21e4f909bb892148a41ef (diff)
input: misc: Fix code style issues for CM3217
Bug 937953 Change-Id: I5466fedf6fdcd1f577753736e9eb9b2dbf5b52c0 Signed-off-by: Johnny Qiu <joqiu@nvidia.com> Reviewed-on: http://git-master/r/83386 Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'include/linux/lightsensor.h')
-rw-r--r--include/linux/lightsensor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/lightsensor.h b/include/linux/lightsensor.h
index b86ab58a642c..7a87853ac064 100644
--- a/include/linux/lightsensor.h
+++ b/include/linux/lightsensor.h
@@ -20,9 +20,9 @@
#include <linux/types.h>
#include <linux/ioctl.h>
-#define LIGHTSENSOR_IOCTL_MAGIC 'l'
+#define LIGHTSENSOR_IOCTL_MAGIC 'l'
-#define LIGHTSENSOR_IOCTL_GET_ENABLED _IOR(LIGHTSENSOR_IOCTL_MAGIC, 1, int *)
-#define LIGHTSENSOR_IOCTL_ENABLE _IOW(LIGHTSENSOR_IOCTL_MAGIC, 2, int *)
+#define LIGHTSENSOR_IOCTL_GET_ENABLED _IOR(LIGHTSENSOR_IOCTL_MAGIC, 1, int *)
+#define LIGHTSENSOR_IOCTL_ENABLE _IOW(LIGHTSENSOR_IOCTL_MAGIC, 2, int *)
#endif