Re: [PATCH V2] hyperv: netvsc: Neaten netvsc_send_pkt by using a temporary

From: David Miller
Date: Wed Aug 02 2017 - 13:36:28 EST


From: Joe Perches <joe@xxxxxxxxxxx>
Date: Mon, 31 Jul 2017 10:30:54 -0700

> Repeated dereference of nvmsg.msg.v1_msg.send_rndis_pkt can be
> shortened by using a temporary. Do so.
>
> No change in object code.
>
> Miscellanea:
>
> o Use * const for rpkt and nvchan
>
> Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>

Applied to net-next.