diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2013-08-14 12:07:08 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-08-26 15:46:11 +0400 |
commit | 15261f6d8d032b30f6eb7dbf1dbb9e4095df84c0 (patch) | |
tree | 7aa3b831a8f48277944550131047f4e0b2aa2872 /include/linux/hid-sensor-ids.h | |
parent | c0b20fd9b67a57327074726c60640a957dab91e3 (diff) | |
download | linux-15261f6d8d032b30f6eb7dbf1dbb9e4095df84c0.tar.xz |
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 'include/linux/hid-sensor-ids.h')
-rw-r--r-- | include/linux/hid-sensor-ids.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/hid-sensor-ids.h b/include/linux/hid-sensor-ids.h index 6f24446e7669..4f945d3ed49f 100644 --- a/include/linux/hid-sensor-ids.h +++ b/include/linux/hid-sensor-ids.h @@ -37,7 +37,7 @@ #define HID_USAGE_SENSOR_ANGL_VELOCITY_Y_AXIS 0x200458 #define HID_USAGE_SENSOR_ANGL_VELOCITY_Z_AXIS 0x200459 -/*ORIENTATION: Compass 3D: (200083) */ +/* ORIENTATION: Compass 3D: (200083) */ #define HID_USAGE_SENSOR_COMPASS_3D 0x200083 #define HID_USAGE_SENSOR_ORIENT_MAGN_HEADING 0x200471 #define HID_USAGE_SENSOR_ORIENT_MAGN_HEADING_X 0x200472 |