Skip to content

Commit 59ae5f0

Browse files
committed
treewide: Fix wrong singular form of jiffies in comments [partial]
JIRA: https://issues.redhat.com/browse/RHEL-118444 Conflicts: limited to x86/mce commit bd7c8ff Author: Anna-Maria Behnsen <anna-maria@linutronix.de> Date: Wed Sep 4 15:04:53 2024 +0200 treewide: 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-e98760256370@linutronix.de Signed-off-by: David Arcari <darcari@redhat.com>
1 parent 2ba825e commit 59ae5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/kernel/cpu/mce/dev-mcelog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ static ssize_t mce_chrdev_write(struct file *filp, const char __user *ubuf,
314314

315315
/*
316316
* Need to give user space some time to set everything up,
317-
* so do it a jiffie or two later everywhere.
317+
* so do it a jiffy or two later everywhere.
318318
*/
319319
schedule_timeout(2);
320320

0 commit comments

Comments
 (0)