Add a newline.
This commit is contained in:
parent
7a4cf071fc
commit
0b54748fec
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user