All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net] net/flow_dissector: remove unexist field description
@ 2020-02-11 10:31 Hangbin Liu
  2020-02-13 22:13 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Hangbin Liu @ 2020-02-11 10:31 UTC (permalink / raw)
  To: netdev; +Cc: Tom Herbert, David S . Miller, Hangbin Liu

@thoff has moved to struct flow_dissector_key_control.

Fixes: 42aecaa9bb2b ("net: Get skb hash over flow_keys structure")
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
---
 include/net/flow_dissector.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/net/flow_dissector.h b/include/net/flow_dissector.h
index d93017a7ce5c..e9391e877f9a 100644
--- a/include/net/flow_dissector.h
+++ b/include/net/flow_dissector.h
@@ -33,7 +33,6 @@ enum flow_dissect_ret {
 
 /**
  * struct flow_dissector_key_basic:
- * @thoff: Transport header offset
  * @n_proto: Network header protocol (eg. IPv4/IPv6)
  * @ip_proto: Transport header protocol (eg. TCP/UDP)
  */
-- 
2.19.2


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

* Re: [PATCH net] net/flow_dissector: remove unexist field description
  2020-02-11 10:31 [PATCH net] net/flow_dissector: remove unexist field description Hangbin Liu
@ 2020-02-13 22:13 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2020-02-13 22:13 UTC (permalink / raw)
  To: liuhangbin; +Cc: netdev, tom

From: Hangbin Liu <liuhangbin@gmail.com>
Date: Tue, 11 Feb 2020 18:31:54 +0800

> @thoff has moved to struct flow_dissector_key_control.
> 
> Fixes: 42aecaa9bb2b ("net: Get skb hash over flow_keys structure")
> Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>

Applied.

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

end of thread, other threads:[~2020-02-13 22:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-11 10:31 [PATCH net] net/flow_dissector: remove unexist field description Hangbin Liu
2020-02-13 22:13 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.