Module Name:    src
Committed By:   jmcneill
Date:           Wed Jan 20 00:41:15 UTC 2021

Modified Files:
        src/sys/dev/ofw: ofw_subr.c

Log Message:
update comment to match new reality


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/dev/ofw/ofw_subr.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/dev/ofw/ofw_subr.c
diff -u src/sys/dev/ofw/ofw_subr.c:1.42 src/sys/dev/ofw/ofw_subr.c:1.43
--- src/sys/dev/ofw/ofw_subr.c:1.42	Mon Jan 18 02:35:49 2021
+++ src/sys/dev/ofw/ofw_subr.c	Wed Jan 20 00:41:15 2021
@@ -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.

Reply via email to