From: Greg Kroah-Hartman <gregkh@suse.de>
To: linux-kernel@vger.kernel.org
Cc: Brandon Philips <brandon@ifup.org>, Greg Kroah-Hartman <gregkh@suse.de>
Subject: [PATCH 1/4] driver core: fix whitespace in class_attr_string
Date: Mon, 10 Jan 2011 16:23:22 -0800 [thread overview]
Message-ID: <1294705405-31471-1-git-send-email-gregkh@suse.de> (raw)
In-Reply-To: <20110110234825.GA30018@kroah.com>
From: Brandon Philips <brandon@ifup.org>
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 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/base/class.c b/drivers/base/class.c
index 9c63a56..7975a52 100644
--- a/drivers/base/class.c
+++ b/drivers/base/class.c
@@ -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);
--
1.7.3.2
next prev parent reply other threads:[~2011-01-11 0:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-10 23:48 [GIT PATCH] driver core patches for .38 Greg KH
2011-01-11 0:23 ` Greg Kroah-Hartman [this message]
2011-01-11 0:23 ` [PATCH 2/4] driver-core: merge private parts of class and bus Greg Kroah-Hartman
2011-01-11 0:23 ` [PATCH 3/4] sysfs: remove useless test from sysfs_merge_group Greg Kroah-Hartman
2011-01-11 0:23 ` [PATCH 4/4] driver core: Document that device_rename() is only for networking Greg Kroah-Hartman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1294705405-31471-1-git-send-email-gregkh@suse.de \
--to=gregkh@suse.de \
--cc=brandon@ifup.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®