LKML Archive on lore.kernel.org help / color / mirror / Atom feed
From: Daniel Kiper <dkiper@net-space.pl> To: ian.campbell@citrix.com, akpm@linux-foundation.org, andi.kleen@intel.com, haicheng.li@linux.intel.com, fengguang.wu@intel.com, jeremy@goop.org, konrad.wilk@oracle.com, dan.magenheimer@oracle.com, v.tolstov@selfip.ru, pasik@iki.fi, dave@linux.vnet.ibm.com, wdauchy@gmail.com, rientjes@google.com, xen-devel@lists.xensource.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: [PATCH R3 6/7] xen/balloon: Minor notation fixes Date: Thu, 3 Feb 2011 17:29:47 +0100 [thread overview] Message-ID: <20110203162947.GI1364@router-fw-old.local.net-space.pl> (raw) Minor notation fixes. Signed-off-by: Daniel Kiper <dkiper@net-space.pl> --- drivers/xen/balloon.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/xen/balloon.c b/drivers/xen/balloon.c index ed103d4..b1e199c 100644 --- a/drivers/xen/balloon.c +++ b/drivers/xen/balloon.c @@ -580,11 +580,11 @@ static struct attribute *balloon_info_attrs[] = { static struct attribute_group balloon_info_group = { .name = "info", - .attrs = balloon_info_attrs, + .attrs = balloon_info_attrs }; static struct sysdev_class balloon_sysdev_class = { - .name = BALLOON_CLASS_NAME, + .name = BALLOON_CLASS_NAME }; static int register_balloon(struct sys_device *sysdev) -- 1.5.6.5
reply other threads:[~2011-02-03 16:31 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20110203162947.GI1364@router-fw-old.local.net-space.pl \ --to=dkiper@net-space.pl \ --cc=akpm@linux-foundation.org \ --cc=andi.kleen@intel.com \ --cc=dan.magenheimer@oracle.com \ --cc=dave@linux.vnet.ibm.com \ --cc=fengguang.wu@intel.com \ --cc=haicheng.li@linux.intel.com \ --cc=ian.campbell@citrix.com \ --cc=jeremy@goop.org \ --cc=konrad.wilk@oracle.com \ --cc=linux-kernel@vger.kernel.org \ --cc=linux-mm@kvack.org \ --cc=pasik@iki.fi \ --cc=rientjes@google.com \ --cc=v.tolstov@selfip.ru \ --cc=wdauchy@gmail.com \ --cc=xen-devel@lists.xensource.com \ /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: linkBe 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; as well as URLs for NNTP newsgroup(s).