Skip to content

Commit

Permalink
driver core: fix whitespace in class_attr_string
Browse files Browse the repository at this point in the history
869dfc8 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>
  • Loading branch information
Brandon Philips authored and Greg Kroah-Hartman committed Nov 11, 2010
1 parent c8ddb27 commit 319684b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/base/class.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 319684b

Please sign in to comment.