aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2004-05-22 16:45:19 +0000
committerMarius Strobl <marius@FreeBSD.org>2004-05-22 16:45:19 +0000
commita32a374cafd77cb4d20c9aa2d044b35f30a04744 (patch)
tree8133c229a5f8dddd4dccb60f25b9ce8b6c7a3209 /sys
parent073e8552f826ee10465d90a12d0dc31cb0679b1f (diff)
downloadsrc-a32a374cafd77cb4d20c9aa2d044b35f30a04744.tar.gz
src-a32a374cafd77cb4d20c9aa2d044b35f30a04744.zip
- Rearrange a comment to fit in 80 chars per line, like the rest of this
file. - Remove a superfluous ';'.
Notes
Notes: svn path=/head/; revision=129588
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ofw/openfirm.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ofw/openfirm.c b/sys/dev/ofw/openfirm.c
index f1a609a05f0a..07ff8d23a1ff 100644
--- a/sys/dev/ofw/openfirm.c
+++ b/sys/dev/ofw/openfirm.c
@@ -325,9 +325,9 @@ OF_getprop(phandle_t package, char *propname, void *buf, int buflen)
}
/*
- * Store the value of a property of a package into newly allocated memory (using
- * the M_OFWPROP malloc pool and M_WAITOK). elsz is the size of a single element,
- * the number of elements is return in number.
+ * Store the value of a property of a package into newly allocated memory
+ * (using the M_OFWPROP malloc pool and M_WAITOK). elsz is the size of a
+ * single element, the number of elements is return in number.
*/
int
OF_getprop_alloc(phandle_t package, char *propname, int elsz, void **buf)
@@ -385,7 +385,7 @@ OF_setprop(phandle_t package, char *propname, void *buf, int len)
cell_t nreturns;
cell_t package;
cell_t propname;
- cell_t buf;;
+ cell_t buf;
cell_t len;
cell_t size;
} args = {