Add a newline.
This commit is contained in:
parent
f987ce2887
commit
9559ba382c
@ -123,7 +123,7 @@ rman_manage_region(struct rman *rm, u_long start, u_long end)
|
||||
{
|
||||
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));
|
||||
r = malloc(sizeof *r, M_RMAN, M_NOWAIT | M_ZERO);
|
||||
if (r == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user