From: "K. Y. Srinivasan" <k...@microsoft.com>
Date: Wed, 29 Apr 2015 15:33:42 -0700

> @@ -772,19 +773,21 @@ static inline int netvsc_send_pkt(
>       if (packet->page_buf_cnt) {
>               pgbuf = packet->cp_partial ? packet->page_buf +
>                       packet->rmsg_pgcnt : packet->page_buf;
> -             ret = vmbus_sendpacket_pagebuffer(out_channel,
> +             ret = vmbus_sendpacket_pagebuffer_ctl(out_channel,
>                                                 pgbuf,

You have to fix the indentation of the arguments if you are going to change
the column where the openning parenthesis occurs on the first line.
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to