Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 319684b1 authored by Brandon Philips's avatar Brandon Philips Committed by Greg Kroah-Hartman
Browse files

driver core: fix whitespace in class_attr_string



869dfc87 addded a long line and indented with spaces. Fix.

Signed-off-by: default avatarBrandon Philips <brandon@ifup.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent c8ddb271
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -482,8 +482,8 @@ void class_interface_unregister(struct class_interface *class_intf)
	class_put(parent);
}

ssize_t show_class_attr_string(struct class *class, struct class_attribute *attr,
                        	char *buf)
ssize_t show_class_attr_string(struct class *class,
			       struct class_attribute *attr, char *buf)
{
	struct class_attribute_string *cs;
	cs = container_of(attr, struct class_attribute_string, attr);