[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm-buf: Add debug option (rev6)
Patchwork
patchwork at emeril.freedesktop.org
Fri Jan 15 21:55:39 UTC 2021
== Series Details ==
Series: drm-buf: Add debug option (rev6)
URL : https://patchwork.freedesktop.org/series/85813/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
cd675d2b9e93 dma-buf: Add debug option
-:85: WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#85: FILE: drivers/dma-buf/dma-buf.c:678:
+ * before passing the sgt back to the exporter. */
-:90: CHECK:BRACES: Blank lines aren't necessary before a close brace '}'
#90: FILE: drivers/dma-buf/dma-buf.c:683:
+
+}
-:91: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#91: FILE: drivers/dma-buf/dma-buf.c:684:
+}
+static struct sg_table * __map_dma_buf(struct dma_buf_attachment *attach,
-:91: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#91: FILE: drivers/dma-buf/dma-buf.c:684:
+static struct sg_table * __map_dma_buf(struct dma_buf_attachment *attach,
-:176: WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address mismatch: 'From: Daniel Vetter <daniel.vetter at ffwll.ch>' != 'Signed-off-by: Daniel Vetter <daniel.vetter at intel.com>'
total: 1 errors, 2 warnings, 2 checks, 108 lines checked
More information about the Intel-gfx
mailing list