Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);