Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/bsd/common/linux linux: Fix copypasto in comment.
details: https://anonhg.NetBSD.org/src/rev/9ce5136575d1
branches: trunk
changeset: 1029206:9ce5136575d1
user: riastradh <riastradh%NetBSD.org@localhost>
date: Mon Dec 27 14:57:30 2021 +0000
description:
linux: Fix copypasto in comment.
diffstat:
sys/external/bsd/common/linux/linux_tasklet.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r bb2032e91538 -r 9ce5136575d1 sys/external/bsd/common/linux/linux_tasklet.c
--- a/sys/external/bsd/common/linux/linux_tasklet.c Mon Dec 27 13:29:15 2021 +0000
+++ b/sys/external/bsd/common/linux/linux_tasklet.c Mon Dec 27 14:57:30 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_tasklet.c,v 1.9 2021/12/19 12:44:43 riastradh Exp $ */
+/* $NetBSD: linux_tasklet.c,v 1.10 2021/12/27 14:57:30 riastradh Exp $ */
/*-
* Copyright (c) 2018, 2020, 2021 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_tasklet.c,v 1.9 2021/12/19 12:44:43 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_tasklet.c,v 1.10 2021/12/27 14:57:30 riastradh Exp $");
#include <sys/param.h>
#include <sys/types.h>
@@ -482,7 +482,7 @@
}
/*
- * tasklet_is_scheduled(tasklet)
+ * tasklet_is_locked(tasklet)
*
* True if tasklet is currently locked. Caller must use it only
* for positive assertions.
Home |
Main Index |
Thread Index |
Old Index