From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8A271A04D8 for ; Fri, 14 Aug 2020 01:23:55 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BF0061C0D5; Fri, 14 Aug 2020 01:23:53 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id ED6671C1B9; Fri, 14 Aug 2020 01:23:51 +0200 (CEST) In-Reply-To: <1597360905-74106-11-git-send-email-navasile@linux.microsoft.com> References: <1597360905-74106-11-git-send-email-navasile@linux.microsoft.com> To: test-report@dpdk.org Cc: Narcisa Ana Maria Vasile Message-Id: <20200813232351.ED6671C1B9@dpdk.org> Date: Fri, 14 Aug 2020 01:23:51 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw75525 [PATCH 10/22] uio: move SDDL string to INF on Windows 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/75525 _coding style issues_ WARNING:LEADING_SPACE: please, no spaces at the start of a line #88: FILE: kernel/windows/netuio/netuio_dev.c:36: + WDF_OBJECT_ATTRIBUTES_INIT_CONTEXT_TYPE(&deviceAttributes, NETUIO_CONTEXT_DATA);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #96: FILE: kernel/windows/netuio/netuio_dev.c:38: + // Set the device context cleanup callback.$ ERROR:C99_COMMENTS: do not use C99 // comments #96: FILE: kernel/windows/netuio/netuio_dev.c:38: + // Set the device context cleanup callback. WARNING:LONG_LINE_COMMENT: line over 100 characters #97: FILE: kernel/windows/netuio/netuio_dev.c:39: + // This function will be called when the WDF Device Object associated to the current device is destroyed WARNING:LEADING_SPACE: please, no spaces at the start of a line #97: FILE: kernel/windows/netuio/netuio_dev.c:39: + // This function will be called when the WDF Device Object associated to the current device is destroyed$ ERROR:C99_COMMENTS: do not use C99 // comments #97: FILE: kernel/windows/netuio/netuio_dev.c:39: + // This function will be called when the WDF Device Object associated to the current device is destroyed WARNING:LEADING_SPACE: please, no spaces at the start of a line #98: FILE: kernel/windows/netuio/netuio_dev.c:40: + deviceAttributes.EvtCleanupCallback = netuio_evt_device_context_cleanup;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #102: FILE: kernel/windows/netuio/netuio_dev.c:42: + status = WdfDeviceCreate(&DeviceInit, &deviceAttributes, &device);$ ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 3 errors, 6 warnings, 36 lines checked