Add a newline.

This commit is contained in:
Nate Lawson 2004-08-19 20:16:09 +00:00
parent 7a4cf071fc
commit 0b54748fec

View File

@ -123,7 +123,7 @@ rman_manage_region(struct rman *rm, u_long start, u_long end)
{ {
struct resource *r, *s; struct resource *r, *s;
DPRINTF(("rman_manage_region: <%s> request: start %#lx, end %#lx", DPRINTF(("rman_manage_region: <%s> request: start %#lx, end %#lx\n",
rm->rm_descr, start, end)); rm->rm_descr, start, end));
r = malloc(sizeof *r, M_RMAN, M_NOWAIT | M_ZERO); r = malloc(sizeof *r, M_RMAN, M_NOWAIT | M_ZERO);
if (r == 0) if (r == 0)