diff for duplicates of <20170107173426.GA3425@yuval-lap> diff --git a/a/1.txt b/N1/1.txt index 7960123..d6bdd76 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,7 +2,7 @@ On Sat, Jan 07, 2017 at 09:30:42AM +0300, Dan Carpenter wrote: > 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 @@ -12,7 +12,8 @@ On Sat, Jan 07, 2017 at 09:30:42AM +0300, Dan Carpenter wrote: > 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, @@ -21,12 +22,16 @@ On Sat, Jan 07, 2017 at 09:30:42AM +0300, Dan Carpenter wrote: Nice catch :) FWIW: -Reviewed-by: Yuval Shaia <yuval.shaia@oracle.com> +Reviewed-by: Yuval Shaia <yuval.shaia-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org> > 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@vger.kernel.org +> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html +-- +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 1a87927..9f2dfa3 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,8 @@ "ref\020170107063042.GD26959@elgon.mountain\0" "ref\020170107063042.GD26959-mgFCXtclrQlZLf2FXnZxJA@public.gmane.org\0" - "From\0Yuval Shaia <yuval.shaia@oracle.com>\0" + "From\0Yuval Shaia <yuval.shaia-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>\0" "Subject\0Re: [patch] i40iw: fix some indenting in i40iw_sc_vsi_init()\0" - "Date\0Sat, 07 Jan 2017 17:34:27 +0000\0" + "Date\0Sat, 7 Jan 2017 19:34:27 +0200\0" "To\0Dan Carpenter <dan.carpenter-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>\0" "Cc\0Faisal Latif <faisal.latif-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>" Chien Tin Tung <chien.tin.tung-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> @@ -18,7 +18,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" @@ -28,7 +28,8 @@ "> \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" @@ -37,14 +38,18 @@ "Nice catch :)\n" "\n" "FWIW:\n" - "Reviewed-by: Yuval Shaia <yuval.shaia@oracle.com>\n" + "Reviewed-by: Yuval Shaia <yuval.shaia-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>\n" "\n" "> \t\tspin_lock_init(&vsi->qos[i].lock);\n" "> \t\tINIT_LIST_HEAD(&vsi->qos[i].qplist);\n" "> \t}\n" "> --\n" "> To unsubscribe from this list: send the line \"unsubscribe linux-rdma\" in\n" - "> the body of a message to majordomo@vger.kernel.org\n" - > More majordomo info at http://vger.kernel.org/majordomo-info.html + "> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + "> More majordomo info at http://vger.kernel.org/majordomo-info.html\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 -be7085e8a91e8c442e57bdeec935c345a00aae2644d636d2d08bd113aa0bcd8c +2a8e7d9a31c747ec64bfcd91698ccc797569f631ea49e217ea8b75e54f855fa7
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.