Re: [PATCH V2 04/18] Drivers: hv: kvp: Support the new IP injectionmessages

From: Greg KH
Date: Thu Aug 16 2012 - 16:50:25 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/