We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e015e03 commit 6284a6eCopy full SHA for 6284a6e
drivers/base/node.c
@@ -165,12 +165,12 @@ static ssize_t name##_show(struct device *dev, \
165
return sysfs_emit(buf, "%u\n", \
166
to_access_nodes(dev)->hmem_attrs.name); \
167
} \
168
-static DEVICE_ATTR_RO(name);
+static DEVICE_ATTR_RO(name)
169
170
-ACCESS_ATTR(read_bandwidth)
171
-ACCESS_ATTR(read_latency)
172
-ACCESS_ATTR(write_bandwidth)
173
-ACCESS_ATTR(write_latency)
+ACCESS_ATTR(read_bandwidth);
+ACCESS_ATTR(read_latency);
+ACCESS_ATTR(write_bandwidth);
+ACCESS_ATTR(write_latency);
174
175
static struct attribute *access_attrs[] = {
176
&dev_attr_read_bandwidth.attr,
0 commit comments