From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C5E6F4402B for ; Tue, 14 May 2024 22:17:12 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C1B0F402D7; Tue, 14 May 2024 22:17:12 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 35E5640156 for ; Tue, 14 May 2024 22:17:09 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 31689121E57; Tue, 14 May 2024 22:17:09 +0200 (CEST) Subject: |WARNING| pw140120 [PATCH v1 2/4] dts: add context manager for interactive shells In-Reply-To: <20240514201436.2496-3-jspewock@iol.unh.edu> References: <20240514201436.2496-3-jspewock@iol.unh.edu> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: jspewock@iol.unh.edu Message-Id: <20240514201709.31689121E57@dpdk.org> Date: Tue, 14 May 2024 22:17:09 +0200 (CEST) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/140120 _coding style issues_ WARNING:TYPO_SPELLING: 'priviledged' may be misspelled - perhaps 'privileged'? #166: FILE: dts/framework/remote_session/critical_interactive_shell.py:38: + _get_priviledged_command: Callable[[str], str] | None WARNING:TYPO_SPELLING: 'priviledged' may be misspelled - perhaps 'privileged'? #198: FILE: dts/framework/remote_session/critical_interactive_shell.py:70: + self._get_priviledged_command = get_privileged_command WARNING:TYPO_SPELLING: 'priviledged' may be misspelled - perhaps 'privileged'? #210: FILE: dts/framework/remote_session/critical_interactive_shell.py:82: + self._start_application(self._get_priviledged_command) total: 0 errors, 3 warnings, 201 lines checked