From bbd0886d9d7e51175598f0219a0a7d75a00a25d6 Mon Sep 17 00:00:00 2001 From: jmcneill Date: Wed, 20 Jan 2021 00:41:15 +0000 Subject: update comment to match new reality --- sys/dev/ofw/ofw_subr.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sys/dev/ofw') 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 -__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 #include @@ -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. -- cgit