virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
From: Nicolas Kaiser <nikai@nikai.net>
To: Haiyang Zhang <haiyangz@microsoft.com>
Cc: hjanssen@microsoft.com, kys@microsoft.com,
	v-abkane@microsoft.com, gregkh@suse.de,
	linux-kernel@vger.kernel.org, devel@linuxdriverproject.org,
	virtualization@lists.osdl.org
Subject: Re: [PATCH 1/5] staging: hv: fix some white spaces in netvsc driver
Date: Fri, 17 Jun 2011 18:03:24 +0200	[thread overview]
Message-ID: <20110617180324.1eeb2ea0@absol.kitzblitz> (raw)
In-Reply-To: <1308322688-9796-1-git-send-email-haiyangz@microsoft.com>

* Haiyang Zhang <haiyangz@microsoft.com>:
> diff --git a/drivers/staging/hv/netvsc.c b/drivers/staging/hv/netvsc.c
> index 0ae35e7..b6e1fb9 100644
> --- a/drivers/staging/hv/netvsc.c
> +++ b/drivers/staging/hv/netvsc.c
> @@ -525,10 +525,10 @@ int netvsc_send(struct hv_device *device,
>  						  (unsigned long)packet);
>  	} else {
>  		ret = vmbus_sendpacket(device->channel, &sendMessage,
> -				       sizeof(struct nvsp_message),
> -				       (unsigned long)packet,
> -				       VM_PKT_DATA_INBAND,
> -				       VMBUS_DATA_PACKET_FLAG_COMPLETION_REQUESTED);
> +				sizeof(struct nvsp_message),
> +				(unsigned long)packet,
> +				VM_PKT_DATA_INBAND,
> +				VMBUS_DATA_PACKET_FLAG_COMPLETION_REQUESTED);

Why? The arguments were nicely aligned.

Best regards,
Nicolas Kaiser

  parent reply	other threads:[~2011-06-17 16:03 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1308322688-9796-1-git-send-email-haiyangz@microsoft.com>
2011-06-17 14:58 ` [PATCH 2/5] staging: hv: remove unnecessary includes in netvsc Haiyang Zhang
2011-06-17 14:58 ` [PATCH 3/5] staging: hv: add newline to log messages " Haiyang Zhang
2011-06-17 14:58 ` [PATCH 4/5] staging: hv: convert dev_<loglevel> to netdev_<loglevel> " Haiyang Zhang
2011-06-17 14:58 ` [PATCH 5/5] staging: hv: fix a kernel warning in netvsc_linkstatus_callback() Haiyang Zhang
2011-06-17 16:03 ` Nicolas Kaiser [this message]
2011-06-17 16:43   ` [PATCH 1/5] staging: hv: fix some white spaces in netvsc driver Haiyang Zhang
     [not found] ` <1308322688-9796-5-git-send-email-haiyangz@microsoft.com>
2011-07-05 16:10   ` [PATCH 5/5] staging: hv: fix a kernel warning in netvsc_linkstatus_callback() Greg KH
2011-07-05 18:45     ` Haiyang Zhang
2011-07-05 16:11 ` [PATCH 1/5] staging: hv: fix some white spaces in netvsc driver Greg KH
2011-06-17 14:58 Haiyang Zhang

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=20110617180324.1eeb2ea0@absol.kitzblitz \
    --to=nikai@nikai.net \
    --cc=devel@linuxdriverproject.org \
    --cc=gregkh@suse.de \
    --cc=haiyangz@microsoft.com \
    --cc=hjanssen@microsoft.com \
    --cc=kys@microsoft.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=v-abkane@microsoft.com \
    --cc=virtualization@lists.osdl.org \
    /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).