diff for duplicates of <20190227205303.GA1231@embeddedor> diff --git a/a/1.txt b/N1/1.txt index 6e16559..d3603b1 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -5,7 +5,7 @@ This patch fixes the following warning: drivers/video/fbdev/xen-fbfront.c: In function ‘xenfb_backend_changed’: drivers/video/fbdev/xen-fbfront.c:678:6: warning: this statement may fall through [-Wimplicit-fallthrough=] - if (dev->state = XenbusStateClosed) + if (dev->state == XenbusStateClosed) ^ drivers/video/fbdev/xen-fbfront.c:681:2: note: here case XenbusStateClosing: @@ -30,7 +30,7 @@ index 6a4bbc9e1fb0..a3d6b6db221b 100644 +++ b/drivers/video/fbdev/xen-fbfront.c @@ -677,7 +677,7 @@ static void xenfb_backend_changed(struct xenbus_device *dev, case XenbusStateClosed: - if (dev->state = XenbusStateClosed) + if (dev->state == XenbusStateClosed) break; - /* Missed the backend's CLOSING state -- fallthrough */ + /* fall through - Missed the backend's CLOSING state. */ diff --git a/a/content_digest b/N1/content_digest index 1c9e599..a9d0a41 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Gustavo A. R. Silva <gustavo@embeddedor.com>\0" "Subject\0[PATCH] xen, fbfront: mark expected switch fall-through\0" - "Date\0Wed, 27 Feb 2019 20:53:04 +0000\0" + "Date\0Wed, 27 Feb 2019 14:53:04 -0600\0" "To\0Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>\0" "Cc\0dri-devel@lists.freedesktop.org" linux-fbdev@vger.kernel.org @@ -16,7 +16,7 @@ "\n" "drivers/video/fbdev/xen-fbfront.c: In function \342\200\230xenfb_backend_changed\342\200\231:\n" "drivers/video/fbdev/xen-fbfront.c:678:6: warning: this statement may fall through [-Wimplicit-fallthrough=]\n" - " if (dev->state = XenbusStateClosed)\n" + " if (dev->state == XenbusStateClosed)\n" " ^\n" "drivers/video/fbdev/xen-fbfront.c:681:2: note: here\n" " case XenbusStateClosing:\n" @@ -41,7 +41,7 @@ "+++ b/drivers/video/fbdev/xen-fbfront.c\n" "@@ -677,7 +677,7 @@ static void xenfb_backend_changed(struct xenbus_device *dev,\n" " \tcase XenbusStateClosed:\n" - " \t\tif (dev->state = XenbusStateClosed)\n" + " \t\tif (dev->state == XenbusStateClosed)\n" " \t\t\tbreak;\n" "-\t\t/* Missed the backend's CLOSING state -- fallthrough */\n" "+\t\t/* fall through - Missed the backend's CLOSING state. */\n" @@ -51,4 +51,4 @@ "-- \n" 2.21.0 -764262aacdadda5f895fbdd614e8b7b32acb055f96d516cd88c42d4783dfd36f +9cbaf250c8e9917ee4b1ef69f2b322f3c169d9f67ce96faf8c71066b09f8f5bf
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.