aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2013-08-14 11:07:08 +0300
committerJiri Kosina <jkosina@suse.cz>2013-08-26 13:46:11 +0200
commit15261f6d8d032b30f6eb7dbf1dbb9e4095df84c0 (patch)
tree7aa3b831a8f48277944550131047f4e0b2aa2872 /drivers/hid
parentHID: use module_hid_driver() to simplify the code (diff)
downloadlinux-dev-15261f6d8d032b30f6eb7dbf1dbb9e4095df84c0.tar.xz
linux-dev-15261f6d8d032b30f6eb7dbf1dbb9e4095df84c0.zip
HID: hid-sensor-hub: fix style of comments
This patch fixes the style of the comments to be like following /* The commentary */ There is no functional change. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid')
-rw-r--r--drivers/hid/hid-sensor-hub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-sensor-hub.c b/drivers/hid/hid-sensor-hub.c
index ca7498107327..ffc80cf481b4 100644
--- a/drivers/hid/hid-sensor-hub.c
+++ b/drivers/hid/hid-sensor-hub.c
@@ -416,7 +416,7 @@ static int sensor_hub_raw_event(struct hid_device *hdev,
return 1;
ptr = raw_data;
- ptr++; /*Skip report id*/
+ ptr++; /* Skip report id */
spin_lock_irqsave(&pdata->lock, flags);