Commit b2ae8f87 authored by Frans Meulenbroeks's avatar Frans Meulenbroeks Committed by Guenter Roeck

hwmon: (smm665) fix checkpatch issues

fixed:
WARNING: please, no spaces at the start of a line
#379: FILE: smm665.c:379:
+  static ssize_t smm665_show_##what(struct device *dev, \$
Signed-off-by: default avatarFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: default avatarGuenter Roeck <guenter.roeck@ericsson.com>
parent c9e1498a
...@@ -376,7 +376,7 @@ static ssize_t smm665_show_input(struct device *dev, ...@@ -376,7 +376,7 @@ static ssize_t smm665_show_input(struct device *dev,
} }
#define SMM665_SHOW(what) \ #define SMM665_SHOW(what) \
static ssize_t smm665_show_##what(struct device *dev, \ static ssize_t smm665_show_##what(struct device *dev, \
struct device_attribute *da, char *buf) \ struct device_attribute *da, char *buf) \
{ \ { \
struct sensor_device_attribute *attr = to_sensor_dev_attr(da); \ struct sensor_device_attribute *attr = to_sensor_dev_attr(da); \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment