|
@@ -612,7 +612,7 @@ static struct attribute *nd_device_attributes[] = {
|
|
|
NULL,
|
|
NULL,
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
-/**
|
|
|
|
|
|
|
+/*
|
|
|
* nd_device_attribute_group - generic attributes for all devices on an nd bus
|
|
* nd_device_attribute_group - generic attributes for all devices on an nd bus
|
|
|
*/
|
|
*/
|
|
|
struct attribute_group nd_device_attribute_group = {
|
|
struct attribute_group nd_device_attribute_group = {
|
|
@@ -641,7 +641,7 @@ static umode_t nd_numa_attr_visible(struct kobject *kobj, struct attribute *a,
|
|
|
return a->mode;
|
|
return a->mode;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-/**
|
|
|
|
|
|
|
+/*
|
|
|
* nd_numa_attribute_group - NUMA attributes for all devices on an nd bus
|
|
* nd_numa_attribute_group - NUMA attributes for all devices on an nd bus
|
|
|
*/
|
|
*/
|
|
|
struct attribute_group nd_numa_attribute_group = {
|
|
struct attribute_group nd_numa_attribute_group = {
|