From: Libor Michalek <[email protected]>
Add missing newline in printk.
Signed-off-by: Libor Michalek <[email protected]>
Signed-off-by: Roland Dreier <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
---
25-akpm/drivers/infiniband/core/fmr_pool.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -puN drivers/infiniband/core/fmr_pool.c~ib-trivial-fmr-printk-cleanup drivers/infiniband/core/fmr_pool.c
--- 25/drivers/infiniband/core/fmr_pool.c~ib-trivial-fmr-printk-cleanup 2005-04-12 03:21:41.753789360 -0700
+++ 25-akpm/drivers/infiniband/core/fmr_pool.c 2005-04-12 03:21:41.756788904 -0700
@@ -442,7 +442,7 @@ struct ib_pool_fmr *ib_fmr_pool_map_phys
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);
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]