[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120816205029.GA9176@kroah.com>
Date: Thu, 16 Aug 2012 13:50:29 -0700
From: Greg KH <gregkh@...uxfoundation.org>
To: "K. Y. Srinivasan" <kys@...rosoft.com>
Cc: linux-kernel@...r.kernel.org, devel@...uxdriverproject.org,
virtualization@...ts.osdl.org, olaf@...fle.de, apw@...onical.com,
ben@...adent.org.uk
Subject: Re: [PATCH V2 04/18] Drivers: hv: kvp: Support the new IP injection
messages
On Mon, Aug 13, 2012 at 10:06:53AM -0700, K. Y. Srinivasan wrote:
> + default:
> + utf16s_to_utf8s((wchar_t *)in->kvp_ip_val.adapter_id,
> + MAX_ADAPTER_ID_SIZE,
> + UTF16_LITTLE_ENDIAN,
> + (__u8 *)out->body.kvp_ip_val.adapter_id,
> + MAX_ADAPTER_ID_SIZE);
> +
> + out->body.kvp_ip_val.addr_family =
> + in->kvp_ip_val.addr_family;
That's some wierd indenting, did you really mean to do that?
greg k-h
--
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