[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1311298545.21930.3.camel@Joe-Laptop>
Date: Thu, 21 Jul 2011 18:35:44 -0700
From: Joe Perches <joe@...ches.com>
To: Haiyang Zhang <haiyangz@...rosoft.com>
Cc: hjanssen@...rosoft.com, kys@...rosoft.com, v-abkane@...rosoft.com,
gregkh@...e.de, linux-kernel@...r.kernel.org,
devel@...uxdriverproject.org, virtualization@...ts.osdl.org
Subject: Re: [PATCH 2/9] staging: hv: add newline to log messages in netvsc
On Thu, 2011-07-21 at 10:14 -0700, Haiyang Zhang wrote:
> Signed-off-by: Haiyang Zhang <haiyangz@...rosoft.com>
> Signed-off-by: K. Y. Srinivasan <kys@...rosoft.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists