From: Sven Eckelmann Date: Thu, 26 Mar 2020 17:37:07 +0000 (+0100) Subject: batman-adv: Fix spelling error in term buffer X-Git-Tag: v5.8-rc1~165^2~409^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c08dd06b3d25e8450a2e187ee6b7412d07c460af;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Simon Wunderlich --- diff --git a/net/batman-adv/types.h b/net/batman-adv/types.h index 4a17a66cc5725..d152b8e81f61e 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 */