diff for duplicates of <c8e319c8-cd65-2c2c-df5d-e75908ca63b7@kernel.org> diff --git a/a/1.txt b/N1/1.txt index 37db653..5531903 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -46,7 +46,7 @@ connection check is done. > + spin_lock(&vdev->priv_lock); > + > unlink->seqnum = atomic_inc_return(&vhci_hcd->seqnum); -> if (unlink->seqnum = 0xffff) +> if (unlink->seqnum == 0xffff) > pr_info("seqnum max\n"); > diff --git a/a/content_digest b/N1/content_digest index e440697..2fea59b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020200321152938.19580-1-christophe.jaillet@wanadoo.fr\0" "From\0shuah <shuah@kernel.org>\0" "Subject\0Re: [PATCH] usbip: vhci_hcd: slighly simplify code in 'vhci_urb_dequeue()'\0" - "Date\0Mon, 23 Mar 2020 16:48:33 +0000\0" + "Date\0Mon, 23 Mar 2020 10:48:33 -0600\0" "To\0Christophe JAILLET <christophe.jaillet@wanadoo.fr>" valentina.manea.m@gmail.com " gregkh@linuxfoundation.org\0" @@ -59,11 +59,11 @@ "> +\t\tspin_lock(&vdev->priv_lock);\n" "> +\n" "> \t\tunlink->seqnum = atomic_inc_return(&vhci_hcd->seqnum);\n" - "> \t\tif (unlink->seqnum = 0xffff)\n" + "> \t\tif (unlink->seqnum == 0xffff)\n" "> \t\t\tpr_info(\"seqnum max\\n\");\n" "> \n" "\n" "thanks,\n" -- Shuah -a2d8f587e53add99393f04a7054cf7a57d8bc43390225a7c1b1f9b07c9e823b5 +5c15cb38dc4ce25270f206a17c188f3a2baaaafa34cb402962e7ee2d473e9cbe
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.