batman-adv: Fix spelling error in term buffer

Message ID 20200326173707.9644-1-sven@narfation.org (mailing list archive)
State Accepted, archived
Delegated to: Simon Wunderlich
Headers
Series batman-adv: Fix spelling error in term buffer |

Commit Message

Sven Eckelmann March 26, 2020, 5:37 p.m. UTC
  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>
---
 net/batman-adv/types.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/net/batman-adv/types.h b/net/batman-adv/types.h
index 6854cb2b..d8f754d1 100644
--- a/net/batman-adv/types.h
+++ b/net/batman-adv/types.h
@@ -711,7 +711,7 @@  struct batadv_priv_bla {
 
 /**
  * struct batadv_priv_debug_log - debug logging data
- * @log_buff: buffer holding the logs (ring bufer)
+ * @log_buff: buffer holding the logs (ring buffer)
  * @log_start: index of next character to read
  * @log_end: index of next character to write
  * @lock: lock protecting log_buff, log_start & log_end