diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2013-08-14 11:07:08 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-08-26 13:46:11 +0200 |
commit | 15261f6d8d032b30f6eb7dbf1dbb9e4095df84c0 (patch) | |
tree | 7aa3b831a8f48277944550131047f4e0b2aa2872 /include/linux/hid-sensor-hub.h | |
parent | c0b20fd9b67a57327074726c60640a957dab91e3 (diff) |
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-hub.h')
-rw-r--r-- | include/linux/hid-sensor-hub.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/hid-sensor-hub.h b/include/linux/hid-sensor-hub.h index ecefb7311dd..32ba45158d3 100644 --- a/include/linux/hid-sensor-hub.h +++ b/include/linux/hid-sensor-hub.h @@ -172,7 +172,7 @@ struct hid_sensor_common { struct hid_sensor_hub_attribute_info sensitivity; }; -/*Convert from hid unit expo to regular exponent*/ +/* Convert from hid unit expo to regular exponent */ static inline int hid_sensor_convert_exponent(int unit_expo) { if (unit_expo < 0x08) |