summaryrefslogtreecommitdiff
path: root/sys/dev/ofw
diff options
context:
space:
mode:
authorjmcneill <jmcneill@NetBSD.org>2021-01-20 00:41:15 +0000
committerjmcneill <jmcneill@NetBSD.org>2021-01-20 00:41:15 +0000
commitbbd0886d9d7e51175598f0219a0a7d75a00a25d6 (patch)
treeb4879426a3d0349244162a621b26da933db3b855 /sys/dev/ofw
parent2177c6da81c7859d47c1f5f3191207bf52effea6 (diff)
update comment to match new reality
Diffstat (limited to 'sys/dev/ofw')
-rw-r--r--sys/dev/ofw/ofw_subr.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/dev/ofw/ofw_subr.c b/sys/dev/ofw/ofw_subr.c
index b4a934438ae..f74b7129ca6 100644
--- a/sys/dev/ofw/ofw_subr.c
+++ b/sys/dev/ofw/ofw_subr.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ofw_subr.c,v 1.42 2021/01/18 02:35:49 thorpej Exp $ */
+/* $NetBSD: ofw_subr.c,v 1.43 2021/01/20 00:41:15 jmcneill Exp $ */
/*
* Copyright 1998
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ofw_subr.c,v 1.42 2021/01/18 02:35:49 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ofw_subr.c,v 1.43 2021/01/20 00:41:15 jmcneill Exp $");
#include <sys/param.h>
#include <sys/device.h>
@@ -225,7 +225,8 @@ of_match_compat_data(int phandle,
}
/*
- * const struct of_compat_data *of_search_compatible(phandle, compat_data)
+ * const struct device_compatible_entry *of_search_compatible(phandle,
+ * compat_data)
*
* This routine searches an array of compat_data structures for a
* matching "compatible" entry matching the supplied OFW node.