Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932328Ab1BCQbo (ORCPT ); Thu, 3 Feb 2011 11:31:44 -0500 Received: from router-fw.net-space.pl ([89.174.63.77]:33958 "EHLO router-fw.net-space.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932258Ab1BCQbe (ORCPT ); Thu, 3 Feb 2011 11:31:34 -0500 Date: Thu, 3 Feb 2011 17:29:47 +0100 From: Daniel Kiper 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 Message-ID: <20110203162947.GI1364@router-fw-old.local.net-space.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 953 Lines: 33 Minor notation fixes. Signed-off-by: Daniel Kiper --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/