From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH] virtio-balloon: Trivial cleanups Date: Thu, 3 Nov 2011 13:09:55 +0200 Message-ID: <20111103110954.GC18296@redhat.com> References: <1320308404-28859-1-git-send-email-levinsasha928@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1320308404-28859-1-git-send-email-levinsasha928@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: Sasha Levin Cc: linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org List-Id: virtualization@lists.linuxfoundation.org On Thu, Nov 03, 2011 at 10:20:04AM +0200, Sasha Levin wrote: > Trivial changes to remove forgotten junk, format comments, and correct names. > > Cc: Rusty Russell > Cc: "Michael S. Tsirkin" > Cc: virtualization@lists.linux-foundation.org > Signed-off-by: Sasha Levin Acked-by: Michael S. Tsirkin 3.3 material. Rusty, you want to take it? Want me to? > --- > drivers/virtio/virtio_balloon.c | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/virtio/virtio_balloon.c b/drivers/virtio/virtio_balloon.c > index e058ace..289e998 100644 > --- a/drivers/virtio/virtio_balloon.c > +++ b/drivers/virtio/virtio_balloon.c > @@ -1,4 +1,5 @@ > -/* Virtio balloon implementation, inspired by Dor Loar and Marcelo > +/* > + * Virtio balloon implementation, inspired by Dor Laor and Marcelo > * Tosatti's implementations. > * > * Copyright 2008 Rusty Russell IBM Corporation > @@ -17,7 +18,7 @@ > * along with this program; if not, write to the Free Software > * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA > */ > -//#define DEBUG > + > #include > #include > #include > @@ -148,7 +149,6 @@ static void leak_balloon(struct virtio_balloon *vb, size_t num) > vb->num_pages--; > } > > - > /* > * Note that if > * virtio_has_feature(vdev, VIRTIO_BALLOON_F_MUST_TELL_HOST); > -- > 1.7.7.1