From patchwork Wed Aug 5 14:56:11 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Owen Hilyard X-Patchwork-Id: 75220 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id F0233A053D; Wed, 5 Aug 2020 16:58:19 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E346A1BFFE; Wed, 5 Aug 2020 16:58:19 +0200 (CEST) Received: from mail-qk1-f193.google.com (mail-qk1-f193.google.com [209.85.222.193]) by dpdk.org (Postfix) with ESMTP id A33EE1B203 for ; Wed, 5 Aug 2020 16:58:18 +0200 (CEST) Received: by mail-qk1-f193.google.com with SMTP id j187so41856207qke.11 for ; Wed, 05 Aug 2020 07:58:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=bsCzxXFywI/Njd/PjBHr9k7pptitwJrt5A6Cgc2a0Vk=; b=jZ7cnZhlZAI2IhzClrt1hWEV7XBEOa6vKx5grugV/SUPkoRdQfelbd0k6CiAF6mJ+d QdPgAYotT4O7fO9fs8hPkY+9iGpH62J4V72inwh1U4i9+5Twu393Ji48crViajaW1usc M8PRFfKvwRA77i40M/cUbXkJAw1N339q/Xabk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=bsCzxXFywI/Njd/PjBHr9k7pptitwJrt5A6Cgc2a0Vk=; b=iyUlYl3FVVJ/gIR3IJazkMpLIHwCEK3p4NH6WLpe9xzXbMrWyTYfxTADHfxWG4c66c lnm5VmJPs9f+zcjWqOJO/38ebLobRLFvAtFBpuHmM5vekX+5966tRCO6kBWfr7JoPAD+ a8cn6KVJ9twITArdF1yEX2bAjQoMfIzNz7PLKXoNYrZsld8wF8E4drZwmjqVFNnS8lZI wpKnQQTgcOJbTnMIOtdNWvgzmlXxZNK/AAcodahuqKR0KbP0shObx3/R/0makEreCDN8 AMfQWjiLb9OB7bzE3+z9kKSeRjqSkaTcp2w132EfuNDo9uVaHBxIw9anspRuWw9naDP6 +pMQ== X-Gm-Message-State: AOAM532FziAIyVS9Kq3/Nj4/RLYoO58qx88xvn0KV6P8tB5Aeki8y9jJ Z0jaARaEslb9tBlxSTdt1tnnAjAX+s5vnddS2qrV36AEu2njK948V7euK495lLfMk/vJhBbTXQT qE+GNOt7rDbPhvXYGtkzL2T49BLaXVjwmwEd6uOQAW5ktl+2e/2HgtSdnNg== X-Google-Smtp-Source: ABdhPJyBEC4zKiwTD+6scHallMscoitSkthtEO7rqYjnLIpnHBLNUxqPN0pU0reqHGINXST0a5BXtA== X-Received: by 2002:a05:620a:4ec:: with SMTP id b12mr3811000qkh.266.1596639497792; Wed, 05 Aug 2020 07:58:17 -0700 (PDT) Received: from ohilyard-Alienware-m17.iol.unh.edu (c-24-147-6-26.hsd1.nh.comcast.net. [24.147.6.26]) by smtp.gmail.com with ESMTPSA id f31sm2334560qte.35.2020.08.05.07.58.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 05 Aug 2020 07:58:17 -0700 (PDT) From: Owen Hilyard To: dts@dpdk.org Cc: nhorman@tuxdriver.com, jerinj@marvell.com, skori@marvell.com, anatoly.burakov@intel.com, ferruh.yigit@intel.com, lijuan.tu@intel.com, lylavoie@iol.unh.edu, Owen Hilyard Date: Wed, 5 Aug 2020 10:56:11 -0400 Message-Id: <20200805145612.1675810-1-ohilyard@iol.unh.edu> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200805140515.1601969-1-ohilyard@iol.unh.edu> References: <20200805140515.1601969-1-ohilyard@iol.unh.edu> MIME-Version: 1.0 Subject: [dts] [PATCH V2] linux kernel module: fix typo X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" fixes a typo I missed that checkpatch caught Signed-off-by: Owen Hilyard --- Sorry about the spam, I accidently forgot to sign off the commit last time. tests/TestSuite_linux_modules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_linux_modules.py b/tests/TestSuite_linux_modules.py index 7cb479d..a5a1542 100644 --- a/tests/TestSuite_linux_modules.py +++ b/tests/TestSuite_linux_modules.py @@ -136,7 +136,7 @@ class LinuxModulesHelperMethods: def test_tx_rx(self): """ - Preforms the testing that needs to be done as root. + Performs the testing that needs to be done as root. @param driver: The driver to test """ self.tx_rx_test_helper(self.pmdout)