aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorSven Eckelmann <sven@narfation.org>2019-11-16 08:28:58 +0100
committerSimon Wunderlich <sw@simonwunderlich.de>2019-11-25 09:10:35 +0100
commit69fed4ce2e9a1686894bc23e1523a7ca1a8c74f6 (patch)
tree725b88452a8d321eb688c353f3f9868337f52fe1 /net
parentbatman-adv: Strip dots from variable macro kerneldoc (diff)
downloadlinux-dev-69fed4ce2e9a1686894bc23e1523a7ca1a8c74f6.tar.xz
linux-dev-69fed4ce2e9a1686894bc23e1523a7ca1a8c74f6.zip
batman-adv: Fix typo metAdata
Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Diffstat (limited to 'net')
-rw-r--r--net/batman-adv/types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/batman-adv/types.h b/net/batman-adv/types.h
index 47718a82eaf2..bdf9827b5f63 100644
--- a/net/batman-adv/types.h
+++ b/net/batman-adv/types.h
@@ -457,7 +457,7 @@ struct batadv_orig_node {
/**
* @tt_lock: prevents from updating the table while reading it. Table
* update is made up by two operations (data structure update and
- * metdata -CRC/TTVN-recalculation) and they have to be executed
+ * metadata -CRC/TTVN-recalculation) and they have to be executed
* atomically in order to avoid another thread to read the
* table/metadata between those.
*/
@@ -1011,7 +1011,7 @@ struct batadv_priv_tt {
/**
* @commit_lock: prevents from executing a local TT commit while reading
* the local table. The local TT commit is made up by two operations
- * (data structure update and metdata -CRC/TTVN- recalculation) and
+ * (data structure update and metadata -CRC/TTVN- recalculation) and
* they have to be executed atomically in order to avoid another thread
* to read the table/metadata between those.
*/