aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/batadv_packet.h
diff options
context:
space:
mode:
authorSven Eckelmann <sven@narfation.org>2019-02-09 00:05:36 +0100
committerSimon Wunderlich <sw@simonwunderlich.de>2019-02-09 14:27:47 +0100
commit180cf62cec0418a64dade18b3575047af46c6335 (patch)
treef0e502e427a5b29d565b0ff562cc535df038c109 /include/uapi/linux/batadv_packet.h
parentbatman-adv: fix memory leak in in batadv_dat_put_dhcp (diff)
downloadlinux-dev-180cf62cec0418a64dade18b3575047af46c6335.tar.xz
linux-dev-180cf62cec0418a64dade18b3575047af46c6335.zip
batman-adv: Fix typo "reseved" -> "reserved"
checkpatch.pl complains since commit 45e417022023 ("scripts/spelling.txt: add more spellings to spelling.txt") about an additional spelling mistake in batman-adv:` CHECK: 'reseved' may be misspelled - perhaps 'reserved'? #232: FILE: include/uapi/linux/batadv_packet.h:232: + * @flags: reseved for routing relevant flags - currently always 0 Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Diffstat (limited to 'include/uapi/linux/batadv_packet.h')
-rw-r--r--include/uapi/linux/batadv_packet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/batadv_packet.h b/include/uapi/linux/batadv_packet.h
index 7eb2936a8e22..c99336f4eefe 100644
--- a/include/uapi/linux/batadv_packet.h
+++ b/include/uapi/linux/batadv_packet.h
@@ -229,7 +229,7 @@ struct batadv_ogm_packet {
* @packet_type: batman-adv packet type, part of the general header
* @version: batman-adv protocol version, part of the general header
* @ttl: time to live for this packet, part of the general header
- * @flags: reseved for routing relevant flags - currently always 0
+ * @flags: reserved for routing relevant flags - currently always 0
* @seqno: sequence number
* @orig: originator mac address
* @tvlv_len: length of the appended tvlv buffer (in bytes)