fbgrab: Fix some problems in the patch metadata
authorTimo Ketola <timo.ketola@exertus.fi>
Thu, 8 Mar 2018 10:42:33 +0000 (12:42 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 9 Mar 2018 21:37:54 +0000 (22:37 +0100)
The patch description was missing Upstream-Status tag. It was given in the
commit which added this patch but not in the patch itself as should be.

Signed-off-by tag accidentally didn't follow the usual format.

Signed-off-by: Timo Ketola <timo.ketola@exertus.fi>
Reviewed-by: Adrian Perez de Castro <aperez@igalia.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/fbgrab/0100-fix-pixfmt-report.patch

index 18bcf96df2e28b2817156473b976404e96829d6a..8cff7ef8c30b5199b535b18d1a0fdcf5b7b35204 100644 (file)
@@ -4,7 +4,9 @@ When fbgrab tells about the framebuffer pixel format, blue and green
 are accidentally swapped in 'length' and 'msb_right' columns. Let's
 order everything as RGB.
 
-Signed-off-by timo.ketola@exertus.fi
+Upstream-Status: Submitted [Gunnar Monell <gmo@linux.nu>]
+
+Signed-off-by: Timo Ketola <timo.ketola@exertus.fi>
 
 diff -u a/fbgrab.c b/fbgrab.c
 --- a/fbgrab.c 2018-03-07 11:42:04.739250433 +0200