Skip to content

Commit

Permalink
[PATCH] IB: Trivial FMR printk cleanup
Browse files Browse the repository at this point in the history
Add missing newline in printk.

Signed-off-by: Libor Michalek <libor@topspin.com>
Signed-off-by: Roland Dreier <roland@topspin.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Libor Michalek authored and Linus Torvalds committed Apr 16, 2005
1 parent de0d964 commit 20aa656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/infiniband/core/fmr_pool.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 20aa656

Please sign in to comment.