- Rearrange a comment to fit in 80 chars per line, like the rest of this

file.
- Remove a superfluous ';'.
This commit is contained in:
marius 2004-05-22 16:45:19 +00:00
parent 630c60c775
commit 24c9adb5b9

View File

@ -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 = {