aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ofw
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2005-05-19 15:22:16 +0000
committerMarius Strobl <marius@FreeBSD.org>2005-05-19 15:22:16 +0000
commit2ad154205f577945fe473af7b250ec5d79934f93 (patch)
tree7a123cb7f2733dc92fe291c90305f363588a291c /sys/dev/ofw
parent63ad46aa0d23eb269547587eedc77f8d3d5d4167 (diff)
Notes
Diffstat (limited to 'sys/dev/ofw')
-rw-r--r--sys/dev/ofw/openfirmio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ofw/openfirmio.h b/sys/dev/ofw/openfirmio.h
index bb020262ccba..676cfb8007d0 100644
--- a/sys/dev/ofw/openfirmio.h
+++ b/sys/dev/ofw/openfirmio.h
@@ -44,9 +44,9 @@
struct ofiocdesc {
phandle_t of_nodeid; /* passed or returned node id */
- int of_namelen; /* length of op_name */
+ int of_namelen; /* length of of_name */
const char *of_name; /* pointer to field name */
- int of_buflen; /* length of op_buf (value-result) */
+ int of_buflen; /* length of of_buf (value-result) */
char *of_buf; /* pointer to field value */
};