public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Rusty Russell <rusty@rustcorp.com.au>
To: "Michael S. Tsirkin" <mst@redhat.com>,
	Jonghwan Choi <jhbird.choi@samsung.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] virtio_blk: Add missing 'static' qualifiers
Date: Mon, 06 May 2013 15:15:34 +0930	[thread overview]
Message-ID: <87y5bspsox.fsf@rustcorp.com.au> (raw)
In-Reply-To: <20130505133436.GA6314@redhat.com>

"Michael S. Tsirkin" <mst@redhat.com> writes:
> 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>

Applied.

Thanks,
Rusty.

>> ---
>>  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

      reply	other threads:[~2013-05-06  7:54 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
2013-05-06  5:45   ` Rusty Russell [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=87y5bspsox.fsf@rustcorp.com.au \
    --to=rusty@rustcorp.com.au \
    --cc=jhbird.choi@samsung.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mst@redhat.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