driver core: fix whitespace in class_attr_string
869dfc875e
addded a long line and indented with spaces. Fix.
Signed-off-by: Brandon Philips <brandon@ifup.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
c8ddb2713c
commit
319684b1cd
@@ -482,8 +482,8 @@ void class_interface_unregister(struct class_interface *class_intf)
|
|||||||
class_put(parent);
|
class_put(parent);
|
||||||
}
|
}
|
||||||
|
|
||||||
ssize_t show_class_attr_string(struct class *class, struct class_attribute *attr,
|
ssize_t show_class_attr_string(struct class *class,
|
||||||
char *buf)
|
struct class_attribute *attr, char *buf)
|
||||||
{
|
{
|
||||||
struct class_attribute_string *cs;
|
struct class_attribute_string *cs;
|
||||||
cs = container_of(attr, struct class_attribute_string, attr);
|
cs = container_of(attr, struct class_attribute_string, attr);
|
||||||
|
Reference in New Issue
Block a user