From: "Michael S. Tsirkin" <mst@redhat.com>
To: Jonghwan Choi <jhbird.choi@samsung.com>
Cc: linux-kernel@vger.kernel.org, "'Rusty Russell'" <rusty@rustcorp.com.au>
Subject: Re: [PATCH] virtio_blk: Add missing 'static' qualifiers
Date: Sun, 5 May 2013 16:34:36 +0300 [thread overview]
Message-ID: <20130505133436.GA6314@redhat.com> (raw)
In-Reply-To: <001101ce47a0$a6bfa500$f43eef00$%choi@samsung.com>
On Fri, May 03, 2013 at 10:50:55AM +0900, Jonghwan Choi wrote:
> Add missing 'static' qualifiers
>
> Signed-off-by: Jonghwan Choi <jhbird.choi@samsung.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
> ---
> drivers/block/virtio_blk.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/block/virtio_blk.c b/drivers/block/virtio_blk.c
> index 6472395..5cdf88b 100644
> --- a/drivers/block/virtio_blk.c
> +++ b/drivers/block/virtio_blk.c
> @@ -20,7 +20,7 @@ module_param(use_bio, bool, S_IRUGO);
> static int major;
> static DEFINE_IDA(vd_index_ida);
>
> -struct workqueue_struct *virtblk_wq;
> +static struct workqueue_struct *virtblk_wq;
>
> struct virtio_blk
> {
> --
> 1.7.9.5
next prev parent reply other threads:[~2013-05-05 13:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-03 1:50 [PATCH] virtio_blk: Add missing 'static' qualifiers Jonghwan Choi
2013-05-05 13:34 ` Michael S. Tsirkin [this message]
2013-05-06 5:45 ` Rusty Russell
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=20130505133436.GA6314@redhat.com \
--to=mst@redhat.com \
--cc=jhbird.choi@samsung.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rusty@rustcorp.com.au \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.