From patchwork Wed Aug 5 14:05:14 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Owen Hilyard X-Patchwork-Id: 75210 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 E2217A053A; Wed, 5 Aug 2020 16:05:30 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AAE8E2C28; Wed, 5 Aug 2020 16:05:30 +0200 (CEST) Received: from mail-lj1-f195.google.com (mail-lj1-f195.google.com [209.85.208.195]) by dpdk.org (Postfix) with ESMTP id 38D502BB5 for ; Wed, 5 Aug 2020 16:05:29 +0200 (CEST) Received: by mail-lj1-f195.google.com with SMTP id x9so47856689ljc.5 for ; Wed, 05 Aug 2020 07:05:29 -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=/ZskXVW+OBMpWUAdrbWsCpR6d1ADH1hYUhgZ52Iuens=; b=NIzKv2QxpppTzdsDvNlHtu3Kzst+/KOJxH4YuNb8pIapk44rDnIOXeGEhS+M1IrZ4h LD3sGKMI9Et3DgAerOTzFkXsXUvwRyTVU+w6TDeUYV6WV0YPvPZ1mPqMGpvQmXLyOF1i Sh3+w7sNT6FNYpjaaEwSNhz9gu8qp4G9Czgtg= 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=/ZskXVW+OBMpWUAdrbWsCpR6d1ADH1hYUhgZ52Iuens=; b=C9iUi3YdAwjbbZAZgd7/EMwhD+6OnLmu+DbFgiG3ifq61uY/1BqJJPA++Blruw/pDc L37bPSQ3YY/ZhCvSzBU3c45sfW3HSqJr1Qb6dzmmsbOaJDDeF7MysGM77RBMq/DSlstD +NFTzYPtxOIkd47Ckfe47uXHXDH8n6cslHo7oujNfq6gUONiymJ9p9/xeqWz9BpvalPh 0BHc/RzlbpBcpoBZzxw/0qJv18gSs20EazmbyJqV/2dKFgT6KNgLkc7rs8FqOpg2TTe2 ok5pQCQMvRNNk99ttCMu4vmAwQe44efC7hNwAMQAZ2wyJX09mZo9GTijSDcuZmo0WM13 S4Tg== X-Gm-Message-State: AOAM5302CEGPcLfkdwUYMZHJ43edNASmVIcKCyGUqChYDEYHp7Y740gj mUjreC/E8eQ0r8zyFV6k4OgYmQIdfDR4awE/cw55pkvDpV4+E87A/Gev/GofxZr64MeVi6y2uJd WfFGtln1uBpfqZMOWvsSJPMwkdIALDiLwPlOrhN4YkFJBSWsPBy8LT6wFDQ== X-Google-Smtp-Source: ABdhPJxw16p3KKiTSOFeHhBUlAWSJD7GaCceTB+FUphBpu7qaJLN7SYL5KYxCkDZC6YAymUqwkQA2g== X-Received: by 2002:a2e:3001:: with SMTP id w1mr1495924ljw.147.1596636328317; Wed, 05 Aug 2020 07:05:28 -0700 (PDT) Received: from ohilyard-Alienware-m17.iol.unh.edu ([2606:4100:3880:1254::1033]) by smtp.gmail.com with ESMTPSA id u20sm986677ljd.135.2020.08.05.07.05.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 05 Aug 2020 07:05:27 -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:05:14 -0400 Message-Id: <20200805140515.1601969-1-ohilyard@iol.unh.edu> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200805135231.1579592-1-ohilyard@iol.unh.edu> References: <20200805135231.1579592-1-ohilyard@iol.unh.edu> MIME-Version: 1.0 Subject: [dts] [PATCH] 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 --- 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)