Repository : ssh://git@diktynna/batman-adv On branches: main,stable,main,stable
commit e242f83f6649052e7393c689df20b1d03ac9df5b Author: Anna-Maria Behnsen anna-maria@linutronix.de Date: Wed Sep 4 15:04:53 2024 +0200
batman-adv: Fix wrong singular form of jiffies in comments
There are several comments all over the place, which uses a wrong singular form of jiffies.
Replace 'jiffie' by 'jiffy'. No functional change.
Signed-off-by: Anna-Maria Behnsen anna-maria@linutronix.de Signed-off-by: Thomas Gleixner tglx@linutronix.de Acked-by: Geert Uytterhoeven geert@linux-m68k.org # m68k Link: https://lore.kernel.org/all/20240904-devel-anna-maria-b4-timers-flseep-v1-3-... Signed-off-by: Sven Eckelmann sven@narfation.org
e242f83f6649052e7393c689df20b1d03ac9df5b 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 00840d57..04f6398b 100644 --- a/net/batman-adv/types.h +++ b/net/batman-adv/types.h @@ -287,7 +287,7 @@ struct batadv_frag_table_entry { /** @lock: lock to protect the list of fragments */ spinlock_t lock;
- /** @timestamp: time (jiffie) of last received fragment */ + /** @timestamp: time (jiffy) of last received fragment */ unsigned long timestamp;
/** @seqno: sequence number of the fragments in the list */