diff for duplicates of <20170107063042.GD26959@elgon.mountain> diff --git a/a/1.txt b/N1/1.txt index 1263bd8..03a435a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,7 +1,7 @@ The debug printk was indented more than it should have been and we can remove an unnecessary line break. -Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> +Signed-off-by: Dan Carpenter <dan.carpenter-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org> diff --git a/drivers/infiniband/hw/i40iw/i40iw_ctrl.c b/drivers/infiniband/hw/i40iw/i40iw_ctrl.c index 98923a8cf86d..b9dc2c540946 100644 @@ -11,7 +11,8 @@ index 98923a8cf86d..b9dc2c540946 100644 i40iw_fill_qos_list(info->params->qs_handle_list); for (i = 0; i < I40IW_MAX_USER_PRIORITY; i++) { -- vsi->qos[i].qs_handle - info->params->qs_handle_list[i]; +- vsi->qos[i].qs_handle = +- info->params->qs_handle_list[i]; - i40iw_debug(vsi->dev, I40IW_DEBUG_DCB, "qset[%d]: %d\n", i, vsi->qos[i].qs_handle); + vsi->qos[i].qs_handle = info->params->qs_handle_list[i]; + i40iw_debug(vsi->dev, I40IW_DEBUG_DCB, "qset[%d]: %d\n", i, @@ -19,3 +20,7 @@ index 98923a8cf86d..b9dc2c540946 100644 spin_lock_init(&vsi->qos[i].lock); INIT_LIST_HEAD(&vsi->qos[i].qplist); } +-- +To unsubscribe from this list: send the line "unsubscribe linux-rdma" in +the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index e2cb3f6..38b547e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ - "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" + "From\0Dan Carpenter <dan.carpenter-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>\0" "Subject\0[patch] i40iw: fix some indenting in i40iw_sc_vsi_init()\0" - "Date\0Sat, 07 Jan 2017 06:30:42 +0000\0" + "Date\0Sat, 7 Jan 2017 09:30:42 +0300\0" "To\0Faisal Latif <faisal.latif-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>" " Chien Tin Tung <chien.tin.tung-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\0" "Cc\0Shiraz Saleem <shiraz.saleem-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>" @@ -14,7 +14,7 @@ "The debug printk was indented more than it should have been and we\n" "can remove an unnecessary line break.\n" "\n" - "Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>\n" + "Signed-off-by: Dan Carpenter <dan.carpenter-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>\n" "\n" "diff --git a/drivers/infiniband/hw/i40iw/i40iw_ctrl.c b/drivers/infiniband/hw/i40iw/i40iw_ctrl.c\n" "index 98923a8cf86d..b9dc2c540946 100644\n" @@ -24,13 +24,18 @@ " \ti40iw_fill_qos_list(info->params->qs_handle_list);\n" " \n" " \tfor (i = 0; i < I40IW_MAX_USER_PRIORITY; i++) {\n" - "-\t\tvsi->qos[i].qs_handle -\t\t\tinfo->params->qs_handle_list[i];\n" + "-\t\tvsi->qos[i].qs_handle =\n" + "-\t\t\tinfo->params->qs_handle_list[i];\n" "-\t\t\ti40iw_debug(vsi->dev, I40IW_DEBUG_DCB, \"qset[%d]: %d\\n\", i, vsi->qos[i].qs_handle);\n" "+\t\tvsi->qos[i].qs_handle =\tinfo->params->qs_handle_list[i];\n" "+\t\ti40iw_debug(vsi->dev, I40IW_DEBUG_DCB, \"qset[%d]: %d\\n\", i,\n" "+\t\t\t vsi->qos[i].qs_handle);\n" " \t\tspin_lock_init(&vsi->qos[i].lock);\n" " \t\tINIT_LIST_HEAD(&vsi->qos[i].qplist);\n" - " \t}" + " \t}\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe linux-rdma\" in\n" + "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -084c5aaee979080fc6e8ebadde41dc0c8bec9b3c34859e992594680e640c16ae +164a2ee72cfd3b86ac7beb9ac061dc73150a0df49a50dc8437890bd31bfbecb0
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.