aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net/flow_dissector.h
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2018-05-06 13:23:52 +0200
committerDavid S. Miller <davem@davemloft.net>2018-05-07 23:47:05 -0400
commit53bc017f72b3b7f7f1bad3043c2d6dd87331ea44 (patch)
tree7fe96eb91c08b869819c3704b752a7289b86cfeb /include/net/flow_dissector.h
parentnet: dsa: mv88e6xxx: Fix PHY interrupts by parameterising PHY base address (diff)
downloadwireguard-linux-53bc017f72b3b7f7f1bad3043c2d6dd87331ea44.tar.xz
wireguard-linux-53bc017f72b3b7f7f1bad3043c2d6dd87331ea44.zip
net: flow_dissector: fix typo 'can by' to 'can be'
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/flow_dissector.h')
-rw-r--r--include/net/flow_dissector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/flow_dissector.h b/include/net/flow_dissector.h
index 9a074776f70b..d1fcf2442a42 100644
--- a/include/net/flow_dissector.h
+++ b/include/net/flow_dissector.h
@@ -251,7 +251,7 @@ extern struct flow_dissector flow_keys_buf_dissector;
* This structure is used to hold a digest of the full flow keys. This is a
* larger "hash" of a flow to allow definitively matching specific flows where
* the 32 bit skb->hash is not large enough. The size is limited to 16 bytes so
- * that it can by used in CB of skb (see sch_choke for an example).
+ * that it can be used in CB of skb (see sch_choke for an example).
*/
#define FLOW_KEYS_DIGEST_LEN 16
struct flow_keys_digest {