From: Greg Kroah-Hartman Date: Mon, 26 Sep 2022 16:08:05 +0000 (+0200) Subject: drop queue-4.9/video-fbdev-skeletonfb-fix-syntax-errors-in-comments.patch X-Git-Tag: v4.9.330~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=87cc5e966cc32bff57bd809d0a35005585021d60;p=thirdparty%2Fkernel%2Fstable-queue.git drop queue-4.9/video-fbdev-skeletonfb-fix-syntax-errors-in-comments.patch --- diff --git a/queue-4.9/series b/queue-4.9/series index ada4aa80700..9b45c41986b 100644 --- a/queue-4.9/series +++ b/queue-4.9/series @@ -1,7 +1,6 @@ parisc-ccio-dma-add-missing-iounmap-in-error-path-in.patch cifs-don-t-send-down-the-destination-address-to-sendmsg-for-a-sock_stream.patch drm-vc4-crtc-use-an-union-to-store-the-page-flip-cal.patch -video-fbdev-skeletonfb-fix-syntax-errors-in-comments.patch video-fbdev-intelfb-use-aperture-size-from-pci_resou.patch video-fbdev-pxa3xx-gcu-fix-integer-overflow-in-pxa3x.patch video-fbdev-simplefb-check-before-clk_put-not-needed.patch diff --git a/queue-4.9/video-fbdev-skeletonfb-fix-syntax-errors-in-comments.patch b/queue-4.9/video-fbdev-skeletonfb-fix-syntax-errors-in-comments.patch deleted file mode 100644 index 038af63febc..00000000000 --- a/queue-4.9/video-fbdev-skeletonfb-fix-syntax-errors-in-comments.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 56e18b696e76f7df745950e4fe75c6adb35e28c2 Mon Sep 17 00:00:00 2001 -From: Sasha Levin -Date: Sun, 5 Jun 2022 16:59:13 +0800 -Subject: video: fbdev: skeletonfb: Fix syntax errors in comments - -From: Xiang wangx - -[ Upstream commit fc378794a2f7a19cf26010dc33b89ba608d4c70f ] - -Delete the redundant word 'its'. - -Signed-off-by: Xiang wangx -Signed-off-by: Helge Deller -Signed-off-by: Sasha Levin ---- - drivers/video/fbdev/skeletonfb.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/drivers/video/fbdev/skeletonfb.c b/drivers/video/fbdev/skeletonfb.c -index f948baa16d82..254bb6e2187c 100644 ---- a/drivers/video/fbdev/skeletonfb.c -+++ b/drivers/video/fbdev/skeletonfb.c -@@ -96,7 +96,7 @@ static struct fb_fix_screeninfo xxxfb_fix = { - - /* - * Modern graphical hardware not only supports pipelines but some -- * also support multiple monitors where each display can have its -+ * also support multiple monitors where each display can have - * its own unique data. In this case each display could be - * represented by a separate framebuffer device thus a separate - * struct fb_info. Now the struct xxx_par represents the graphics --- -2.35.1 -