[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220809063414-mutt-send-email-mst@kernel.org>
Date: Tue, 9 Aug 2022 06:35:25 -0400
From: "Michael S. Tsirkin" <mst@...hat.com>
To: Alexander Atanasov <alexander.atanasov@...tuozzo.com>
Cc: David Hildenbrand <david@...hat.com>,
Jason Wang <jasowang@...hat.com>, kernel@...nvz.org,
virtualization@...ts.linux-foundation.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v4 1/1] Create debugfs file with virtio balloon usage
information
On Tue, Jul 05, 2022 at 12:01:58PM +0300, Alexander Atanasov wrote:
> > > diff --git a/include/uapi/linux/virtio_balloon.h b/include/uapi/linux/virtio_balloon.h
> > > index ddaa45e723c4..f3ff7c4e5884 100644
> > > --- a/include/uapi/linux/virtio_balloon.h
> > > +++ b/include/uapi/linux/virtio_balloon.h
> > > @@ -40,6 +40,7 @@
> > > /* Size of a PFN in the balloon interface. */
> > > #define VIRTIO_BALLOON_PFN_SHIFT 12
> > > +#define VIRTIO_BALLOON_PAGE_SIZE (1<<VIRTIO_BALLOON_PFN_SHIFT)
> > > #define VIRTIO_BALLOON_CMD_ID_STOP 0
> > > #define VIRTIO_BALLOON_CMD_ID_DONE 1
> > Did you run checkpatch on this?
>
>
> Sure, i did:
>
> scripts/checkpatch.pl
> ../outgoing/v4-0001-Create-debugfs-file-with-virtio-balloon-usage-inf.patch
> total: 0 errors, 0 warnings, 108 lines checked
>
> ../outgoing/v4-0001-Create-debugfs-file-with-virtio-balloon-usage-inf.patch
> has no obvious style problems and is ready for submission.
Weird. There should be spaces around << I think.
--
MST
Powered by blists - more mailing lists