From: Joe Perches <joe@perches.com>
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 2/9] staging: hv: add newline to log messages in netvsc
Date: Thu, 21 Jul 2011 18:35:44 -0700 [thread overview]
Message-ID: <1311298545.21930.3.camel@Joe-Laptop> (raw)
In-Reply-To: <1311268497-8671-3-git-send-email-haiyangz@microsoft.com>
On Thu, 2011-07-21 at 10:14 -0700, Haiyang Zhang wrote:
> Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
> Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Just noticing some trivial typos...
> diff --git a/drivers/staging/hv/netvsc.c b/drivers/staging/hv/netvsc.c
[]
> @@ -246,7 +246,7 @@ static int netvsc_init_recv_buf(struct hv_device *device)
> if (init_packet->msg.v1_msg.
> send_recv_buf_complete.status != NVSP_STAT_SUCCESS) {
> dev_err(&device->device, "Unable to complete receive buffer "
> - "initialzation with NetVsp - status %d",
> + "initialzation with NetVsp - status %d\n",
initialization
[]
> @@ -738,7 +738,7 @@ static void netvsc_receive(struct hv_device *device,
>
> if (xferpage_packet->count != vmxferpage_packet->range_cnt) {
> dev_err(&device->device, "Needed %d netvsc pkts to satisy "
> - "this xfer page...got %d",
> + "this xfer page...got %d\n",
satisfy
next prev parent reply other threads:[~2011-07-22 1:35 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1311268497-8671-1-git-send-email-haiyangz@microsoft.com>
2011-07-21 17:14 ` [PATCH 1/9] staging: hv: remove unnecessary includes in netvsc Haiyang Zhang
2011-07-21 17:14 ` [PATCH 2/9] staging: hv: add newline to log messages " Haiyang Zhang
2011-07-21 17:14 ` [PATCH 3/9] staging: hv: convert dev_<loglevel> to netdev_<loglevel> " Haiyang Zhang
2011-07-21 17:14 ` [PATCH 4/9] staging: hv: fix a kernel warning in netvsc_linkstatus_callback() Haiyang Zhang
2011-07-21 17:14 ` [PATCH 5/9] staging: hv: re-order the code in netvsc_probe() Haiyang Zhang
2011-07-21 17:14 ` [PATCH 6/9] staging: hv: fix counting of #outstanding-sends in failed sends Haiyang Zhang
2011-07-21 17:14 ` [PATCH 7/9] staging: hv: fix counting of available buffer slots when send fails Haiyang Zhang
2011-07-21 17:14 ` [PATCH 8/9] staging: hv: fix the return status of netvsc_start_xmit() Haiyang Zhang
2011-07-21 17:14 ` [PATCH 9/9] staging: hv: fix the page buffer when rndis data go across page boundary Haiyang Zhang
[not found] ` <1311268497-8671-3-git-send-email-haiyangz@microsoft.com>
2011-07-22 1:35 ` Joe Perches [this message]
2011-07-22 14:22 ` [PATCH 2/9] staging: hv: add newline to log messages in netvsc 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=1311298545.21930.3.camel@Joe-Laptop \
--to=joe@perches.com \
--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).