[dpdk-test-report] |WARNING| pw35298 [PATCH 78/80] net/sfc/base: add firmware image layout option

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Feb 20 08:50:09 CET 2018


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/35298

_coding style issues_


WARNING:LEADING_SPACE: please, no spaces at the start of a line
#97: FILE: drivers/net/sfc/base/ef10_signed_image_layout.h:25:
+  SIGNED_IMAGE_CHUNK_CMS_HEADER,        /* CMS header describing the signed data */$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#98: FILE: drivers/net/sfc/base/ef10_signed_image_layout.h:26:
+  SIGNED_IMAGE_CHUNK_REFLASH_HEADER,    /* Reflash header */$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#99: FILE: drivers/net/sfc/base/ef10_signed_image_layout.h:27:
+  SIGNED_IMAGE_CHUNK_IMAGE,             /* Bootable binary image */$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#100: FILE: drivers/net/sfc/base/ef10_signed_image_layout.h:28:
+  SIGNED_IMAGE_CHUNK_REFLASH_TRAILER,   /* Reflash trailer */$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#101: FILE: drivers/net/sfc/base/ef10_signed_image_layout.h:29:
+  SIGNED_IMAGE_CHUNK_SIGNATURE,         /* Remaining contents of the signed image,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#102: FILE: drivers/net/sfc/base/ef10_signed_image_layout.h:30:
+                                         * including the certifiates and signature */$

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#102: FILE: drivers/net/sfc/base/ef10_signed_image_layout.h:30:
+                                         * including the certifiates and signature */

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#103: FILE: drivers/net/sfc/base/ef10_signed_image_layout.h:31:
+  NUM_SIGNED_IMAGE_CHUNKS,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#121: FILE: drivers/net/sfc/base/ef10_signed_image_layout.h:49:
+  uint32_t magic;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#123: FILE: drivers/net/sfc/base/ef10_signed_image_layout.h:51:
+  uint32_t version;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#125: FILE: drivers/net/sfc/base/ef10_signed_image_layout.h:53:
+  uint32_t id;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#127: FILE: drivers/net/sfc/base/ef10_signed_image_layout.h:55:
+  uint32_t offset;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#129: FILE: drivers/net/sfc/base/ef10_signed_image_layout.h:57:
+  uint32_t len;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#131: FILE: drivers/net/sfc/base/ef10_signed_image_layout.h:59:
+  uint32_t reserved[3];$

total: 1 errors, 13 warnings, 0 checks, 116 lines checked


More information about the test-report mailing list