diff --git a/sys/dev/ofw/openfirm.c b/sys/dev/ofw/openfirm.c index f1a609a05f0..07ff8d23a1f 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 = {