aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/batman-adv
diff options
context:
space:
mode:
authorSven Eckelmann <sven@narfation.org>2020-03-26 18:37:07 +0100
committerSimon Wunderlich <sw@simonwunderlich.de>2020-04-21 10:07:31 +0200
commitc08dd06b3d25e8450a2e187ee6b7412d07c460af (patch)
tree84ad610b9a4ade74402568bb868892944c353e12 /net/batman-adv
parentbatman-adv: Start new development cycle (diff)
downloadwireguard-linux-c08dd06b3d25e8450a2e187ee6b7412d07c460af.tar.xz
wireguard-linux-c08dd06b3d25e8450a2e187ee6b7412d07c460af.zip
batman-adv: Fix spelling error in term buffer
checkpatch warns about a typo in the word bufFer which was introduced in commit 2191c1bcbc64 ("batman-adv: kernel doc for types.h"). Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Diffstat (limited to 'net/batman-adv')
-rw-r--r--net/batman-adv/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/types.h b/net/batman-adv/types.h
index 4a17a66cc572..d152b8e81f61 100644
--- a/net/batman-adv/types.h
+++ b/net/batman-adv/types.h
@@ -1086,7 +1086,7 @@ struct batadv_priv_bla {
* struct batadv_priv_debug_log - debug logging data
*/
struct batadv_priv_debug_log {
- /** @log_buff: buffer holding the logs (ring bufer) */
+ /** @log_buff: buffer holding the logs (ring buffer) */
char log_buff[BATADV_LOG_BUF_LEN];
/** @log_start: index of next character to read */