On Wed, Oct 15, 2014 at 12:03 PM, Fabian Frederick <[email protected]> wrote: > s/sock/gs > > Signed-off-by: Fabian Frederick <[email protected]>
Looks good. Acked-by: Pravin B Shelar <[email protected]> Thanks. > --- > net/openvswitch/vport-geneve.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/net/openvswitch/vport-geneve.c b/net/openvswitch/vport-geneve.c > index 910b3ef..106a9d8 100644 > --- a/net/openvswitch/vport-geneve.c > +++ b/net/openvswitch/vport-geneve.c > @@ -30,7 +30,7 @@ > > /** > * struct geneve_port - Keeps track of open UDP ports > - * @sock: The socket created for this port number. > + * @gs: The socket created for this port number. > * @name: vport name. > */ > struct geneve_port { > -- > 1.9.3 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

