Commit 20aa6569 authored by Libor Michalek's avatar Libor Michalek Committed by Linus Torvalds

[PATCH] IB: Trivial FMR printk cleanup

Add missing newline in printk.
Signed-off-by: default avatarLibor Michalek <libor@topspin.com>
Signed-off-by: default avatarRoland Dreier <roland@topspin.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent de0d9641
......@@ -442,7 +442,7 @@ struct ib_pool_fmr *ib_fmr_pool_map_phys(struct ib_fmr_pool *pool_handle,
list_add(&fmr->list, &pool->free_list);
spin_unlock_irqrestore(&pool->pool_lock, flags);
printk(KERN_WARNING "fmr_map returns %d",
printk(KERN_WARNING "fmr_map returns %d\n",
result);
return ERR_PTR(result);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment