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(-)
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
b.a.t.m.a.n@lists.open-mesh.org