From: Kevin Wolf <kwolf@redhat.com>
To: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Cc: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: [PATCH] block: Remove semicolon in BDRV_SECTOR_MASK macro
Date: Mon, 03 May 2010 10:09:18 +0200 [thread overview]
Message-ID: <4BDE84AE.5030805@redhat.com> (raw)
In-Reply-To: <1272695012-4700-1-git-send-email-stefanha@linux.vnet.ibm.com>
Am 01.05.2010 08:23, schrieb Stefan Hajnoczi:
> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
> ---
> block.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/block.h b/block.h
> index 05ad572..bb9a697 100644
> --- a/block.h
> +++ b/block.h
> @@ -38,7 +38,7 @@ typedef struct QEMUSnapshotInfo {
>
> #define BDRV_SECTOR_BITS 9
> #define BDRV_SECTOR_SIZE (1 << BDRV_SECTOR_BITS)
> -#define BDRV_SECTOR_MASK ~(BDRV_SECTOR_SIZE - 1);
> +#define BDRV_SECTOR_MASK ~(BDRV_SECTOR_SIZE - 1)
>
> typedef enum {
> BDRV_ACTION_REPORT, BDRV_ACTION_IGNORE, BDRV_ACTION_STOP
Thanks, applied to the block branch.
Kevin
prev parent reply other threads:[~2010-05-03 8:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-01 6:23 [Qemu-devel] [PATCH] block: Remove semicolon in BDRV_SECTOR_MASK macro Stefan Hajnoczi
2010-05-03 8:09 ` Kevin Wolf [this message]
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=4BDE84AE.5030805@redhat.com \
--to=kwolf@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@linux.vnet.ibm.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: 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;
as well as URLs for NNTP newsgroup(s).