Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/bsd/drm2/linux Match function name to code
details: https://anonhg.NetBSD.org/src/rev/ad721cc9d99a
branches: trunk
changeset: 1028694:ad721cc9d99a
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sun Dec 19 11:47:08 2021 +0000
description:
Match function name to code
Author: Maya Rashish <maya%NetBSD.org@localhost>
Committer: Taylor R Campbell <riastradh%NetBSD.org@localhost>
diffstat:
sys/external/bsd/drm2/include/linux/notifier.h | 4 ++--
sys/external/bsd/drm2/linux/linux_notifier.c | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r 0dbe657ccb06 -r ad721cc9d99a sys/external/bsd/drm2/include/linux/notifier.h
--- a/sys/external/bsd/drm2/include/linux/notifier.h Sun Dec 19 11:46:58 2021 +0000
+++ b/sys/external/bsd/drm2/include/linux/notifier.h Sun Dec 19 11:47:08 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: notifier.h,v 1.4 2021/12/19 11:39:24 riastradh Exp $ */
+/* $NetBSD: notifier.h,v 1.5 2021/12/19 11:47:08 riastradh Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -65,7 +65,7 @@
struct notifier_block *);
void atomic_notifier_chain_unregister(struct atomic_notifier_head *,
struct notifier_block *);
-void atomic_notifier_chain_call(struct atomic_notifier_head *, unsigned long,
+void atomic_notifier_call_chain(struct atomic_notifier_head *, unsigned long,
void *);
#endif /* _LINUX_NOTIFIER_H_ */
diff -r 0dbe657ccb06 -r ad721cc9d99a sys/external/bsd/drm2/linux/linux_notifier.c
--- a/sys/external/bsd/drm2/linux/linux_notifier.c Sun Dec 19 11:46:58 2021 +0000
+++ b/sys/external/bsd/drm2/linux/linux_notifier.c Sun Dec 19 11:47:08 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_notifier.c,v 1.1 2021/12/19 11:39:24 riastradh Exp $ */
+/* $NetBSD: linux_notifier.c,v 1.2 2021/12/19 11:47:08 riastradh Exp $ */
/*-
* Copyright (c) 2021 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_notifier.c,v 1.1 2021/12/19 11:39:24 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_notifier.c,v 1.2 2021/12/19 11:47:08 riastradh Exp $");
#include <sys/types.h>
@@ -79,7 +79,7 @@
}
void
-atomic_notifier_chain_call(struct atomic_notifier_head *H,
+atomic_notifier_call_chain(struct atomic_notifier_head *H,
unsigned long arg0, void *arg1)
{
struct notifier_block *B;
Home |
Main Index |
Thread Index |
Old Index