From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 6F5447CA9; Wed, 24 May 2017 09:29:04 +0200 (CEST) In-Reply-To: References: To: test-report@dpdk.org Cc: Ashish Jain Message-Id: <20170524072904.6F5447CA9@dpdk.org> Date: Wed, 24 May 2017 09:29:04 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw24483 [PATCH] examples/ip_fragmentation: add fragmentation size support X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 May 2017 07:29:04 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/24483 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #20: Subject: [dpdk-dev] [PATCH] [PATCH] examples/ip_fragmentation: add fragmentation size support ERROR:TRAILING_WHITESPACE: trailing whitespace #171: FILE: examples/ip_fragmentation/main.c:97: + * Configure fragmentation size for IPv4 and IPv6 packets */ static $ WARNING:STORAGE_CLASS: storage class should be at the beginning of the declaration #171: FILE: examples/ip_fragmentation/main.c:97: + * Configure fragmentation size for IPv4 and IPv6 packets */ static ERROR:TRAILING_WHITESPACE: trailing whitespace #172: FILE: examples/ip_fragmentation/main.c:98: +uint32_t frag_size_v4 = IPV4_MTU_DEFAULT; static uint32_t frag_size_v6 $ WARNING:STORAGE_CLASS: storage class should be at the beginning of the declaration #172: FILE: examples/ip_fragmentation/main.c:98: +uint32_t frag_size_v4 = IPV4_MTU_DEFAULT; static uint32_t frag_size_v6 ERROR:TRAILING_WHITESPACE: trailing whitespace #173: FILE: examples/ip_fragmentation/main.c:99: += IPV6_MTU_DEFAULT; #define MIN_IPV4_FRAG_SIZE 64 #define $ ERROR:TRAILING_WHITESPACE: trailing whitespace #174: FILE: examples/ip_fragmentation/main.c:100: +MAX_IPV4_FRAG_SIZE 9600 #define MIN_IPV6_FRAG_SIZE 1280 #define $ total: 4 errors, 3 warnings, 86 lines checked