mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-05 22:12:16 +00:00
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>
This commit is contained in:
parent
c0b20fd9b6
commit
15261f6d8d
3 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue