linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1 net-next] openvswitch: kerneldoc warning fix
@ 2014-10-15 19:03 Fabian Frederick
  2014-10-16  0:01 ` David Miller
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Fabian Frederick @ 2014-10-15 19:03 UTC (permalink / raw)
  To: linux-kernel
  Cc: Fabian Frederick, Pravin Shelar, David S. Miller, dev, netdev

s/sock/gs

Signed-off-by: Fabian Frederick <fabf@skynet.be>
---
 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/1 net-next] openvswitch: kerneldoc warning fix
  2014-10-15 19:03 [PATCH 1/1 net-next] openvswitch: kerneldoc warning fix Fabian Frederick
@ 2014-10-16  0:01 ` David Miller
  2014-10-16  1:12 ` Pravin Shelar
  2014-10-16  3:25 ` David Miller
  2 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2014-10-16  0:01 UTC (permalink / raw)
  To: fabf; +Cc: linux-kernel, pshelar, dev, netdev


Pravin could you please review these two openvswitch kerneldoc
fixes from Fabian?

Thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/1 net-next] openvswitch: kerneldoc warning fix
  2014-10-15 19:03 [PATCH 1/1 net-next] openvswitch: kerneldoc warning fix Fabian Frederick
  2014-10-16  0:01 ` David Miller
@ 2014-10-16  1:12 ` Pravin Shelar
  2014-10-16  3:25 ` David Miller
  2 siblings, 0 replies; 4+ messages in thread
From: Pravin Shelar @ 2014-10-16  1:12 UTC (permalink / raw)
  To: Fabian Frederick; +Cc: LKML, David S. Miller, dev, netdev

On Wed, Oct 15, 2014 at 12:03 PM, Fabian Frederick <fabf@skynet.be> wrote:
> s/sock/gs
>
> Signed-off-by: Fabian Frederick <fabf@skynet.be>

Looks good.

Acked-by: Pravin B Shelar <pshelar@nicira.com>

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
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/1 net-next] openvswitch: kerneldoc warning fix
  2014-10-15 19:03 [PATCH 1/1 net-next] openvswitch: kerneldoc warning fix Fabian Frederick
  2014-10-16  0:01 ` David Miller
  2014-10-16  1:12 ` Pravin Shelar
@ 2014-10-16  3:25 ` David Miller
  2 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2014-10-16  3:25 UTC (permalink / raw)
  To: fabf; +Cc: linux-kernel, pshelar, dev, netdev

From: Fabian Frederick <fabf@skynet.be>
Date: Wed, 15 Oct 2014 21:03:18 +0200

> s/sock/gs
> 
> Signed-off-by: Fabian Frederick <fabf@skynet.be>

Applied.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-10-16  3:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-15 19:03 [PATCH 1/1 net-next] openvswitch: kerneldoc warning fix Fabian Frederick
2014-10-16  0:01 ` David Miller
2014-10-16  1:12 ` Pravin Shelar
2014-10-16  3:25 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).