Module Name: src
Committed By: riastradh
Date: Mon Dec 27 14:57:30 UTC 2021
Modified Files:
src/sys/external/bsd/common/linux: linux_tasklet.c
Log Message:
linux: Fix copypasto in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/external/bsd/common/linux/linux_tasklet.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/external/bsd/common/linux/linux_tasklet.c
diff -u src/sys/external/bsd/common/linux/linux_tasklet.c:1.9 src/sys/external/bsd/common/linux/linux_tasklet.c:1.10
--- src/sys/external/bsd/common/linux/linux_tasklet.c:1.9 Sun Dec 19 12:44:43 2021
+++ src/sys/external/bsd/common/linux/linux_tasklet.c Mon Dec 27 14:57:30 2021
@@ -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_kill(struct tasklet_struct *task
}
/*
- * tasklet_is_scheduled(tasklet)
+ * tasklet_is_locked(tasklet)
*
* True if tasklet is currently locked. Caller must use it only
* for positive assertions.