driver core: fix whitespace in class_attr_string
authorBrandon Philips <brandon@ifup.org>
Sun, 7 Nov 2010 01:19:22 +0000 (21:19 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 11 Nov 2010 01:00:12 +0000 (17:00 -0800)
869dfc875e3 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>
drivers/base/class.c

index 9c63a5687d694345bc80676238ffda81d7087256..7975a52bdf5bd3817b786921bde845a29e8e8a64 100644 (file)
@@ -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);
This page took 0.024875 seconds and 5 git commands to generate.