The patch titled pr_debug: ifb: replace missing comma to separate pr_debug arguments has been removed from the -mm tree. Its filename is pr_debug-ifb-replace-missing-comma-to-separate-pr_debug-arguments.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: pr_debug: ifb: replace missing comma to separate pr_debug arguments From: Zach Brown <zach.brown@xxxxxxxxxx> ifb: replace missing comma to separate pr_debug arguments Signed-off-by: Zach Brown <zach.brown@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/net/ifb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN drivers/net/ifb.c~pr_debug-ifb-replace-missing-comma-to-separate-pr_debug-arguments drivers/net/ifb.c --- a/drivers/net/ifb.c~pr_debug-ifb-replace-missing-comma-to-separate-pr_debug-arguments +++ a/drivers/net/ifb.c @@ -200,8 +200,8 @@ static struct net_device_stats *ifb_get_ pr_debug("tasklets stats %ld:%ld:%ld:%ld:%ld:%ld:%ld:%ld:%ld \n", dp->st_task_enter, dp->st_txq_refl_try, dp->st_rxq_enter, - dp->st_rx2tx_tran dp->st_rxq_notenter, dp->st_rx_frm_egr, - dp->st_rx_frm_ing, dp->st_rxq_check, dp->st_rxq_rsch ); + dp->st_rx2tx_tran, dp->st_rxq_notenter, dp->st_rx_frm_egr, + dp->st_rx_frm_ing, dp->st_rxq_check, dp->st_rxq_rsch); return stats; } _ Patches currently in -mm which might be from zach.brown@xxxxxxxxxx are origin.patch dio-centralize-completion-in-dio_complete.patch dio-call-blk_run_address_space-once-per-op.patch dio-formalize-bio-counters-as-a-dio-reference-count.patch dio-remove-duplicate-bio-wait-code.patch dio-only-call-aio_complete-after-returning-eiocbqueued.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html