Re: [PATCH net-next v2 1/2] xen-netback: Rename map ops

2014-04-01 Thread Ian Campbell
On Mon, 2014-03-31 at 16:08 +0100, Zoltan Kiss wrote: > Rename identifiers to state explicitly that they refer to map ops. > > Signed-off-by: Zoltan Kiss On the understanding that this is a pure rename: Acked-by: Ian Campbell -- To unsubscribe from this list: send the line "unsubscribe linux

[PATCH net-next v2 1/2] xen-netback: Rename map ops

2014-03-31 Thread Zoltan Kiss
Rename identifiers to state explicitly that they refer to map ops. Signed-off-by: Zoltan Kiss --- diff --git a/drivers/net/xen-netback/netback.c b/drivers/net/xen-netback/netback.c index 0efa32d..a650899 100644 --- a/drivers/net/xen-netback/netback.c +++ b/drivers/net/xen-netback/netback.c @@ -9