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 6F033A0548; Fri, 12 Nov 2021 01:03:37 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DBF3441190; Fri, 12 Nov 2021 01:02:45 +0100 (CET) Received: from mail-pj1-f48.google.com (mail-pj1-f48.google.com [209.85.216.48]) by mails.dpdk.org (Postfix) with ESMTP id E1AA241177 for ; Fri, 12 Nov 2021 01:02:42 +0100 (CET) Received: by mail-pj1-f48.google.com with SMTP id w33-20020a17090a6ba400b001a722a06212so5014836pjj.0 for ; Thu, 11 Nov 2021 16:02:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=KT0RxQjh7DYNZDbFkQxY5J1EJIb02AstQGMBShYoSGE=; b=F3stqpt4qrb3dr2e5qIdnojrGrFJcM/TRIuoMAF36b16WqfJuarAWCz4QIvAyXInxb TXbVIlgWoWB0amub01c0E5gI7iczrdfm+g3NbW5Rm7gCMUge+ym+TjZDu50ScKx83+Jt /zHQi681jSK9xG+IpqD1vyk6lmjnK5KPgBaIJfQWD45uqSuUVGm4efQd0fDnPVVfPn5b XnU1nDBD/EHNL0GPmtWtDJP75D2B9pk+TY3+F1JJq+MbUAhi2XyB5qn11KNyG+bLaISL /BYyPeTP6LMMbbJo76jb/1utg1XJm59TrgCJHrsvDw2F5zON+pO0UVcMpwW2ZYoLLq9R Gyzw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=KT0RxQjh7DYNZDbFkQxY5J1EJIb02AstQGMBShYoSGE=; b=fKHXk0N5Jsy2HatSI51KV+bG7DCtZsYKfQJtSxNl8PZW1QJ3AtY+243Kp4tBmOGf1M CNpG1JovyzLJEe++WjPhBpFOen0osRs8c44NVNwcVJHcLSEvloLFRp08HlSGBkPnz2ze JRcAcxxRnHg259gAUlZZg25MWVX/yGfFyktU0G/pbT8LG8OVcyXAtRAX+KGq0DTfViam 1rULaDUWExeI9+AnbMe2vB4HOf4OPIJntmK86hthAol4Eh2dM2cEzT6fH00mx/Z28HZY L10U/sjzCN0TGBdmI1obhY2jLtriLPGb7AxA0FL1YCHBZ4JEaAtcXSjYjgsQiIP/07mc tshQ== X-Gm-Message-State: AOAM531iXGygSgYp5rDt0PINGDvoyl+TlsmIXGUpC2F0eJg6ru2A79jX VxwwkL27AEiNan7ppd/bko/mW7z21tdH9w== X-Google-Smtp-Source: ABdhPJyKUn3eGWtXwui/HBzCBZab9ytzRCaGb39AJ+nUfv4MBPGTF4WpzycbxBj2LPDXfIl6IA3Snw== X-Received: by 2002:a17:902:ba85:b0:13e:c846:c92e with SMTP id k5-20020a170902ba8500b0013ec846c92emr3161036pls.57.1636675361803; Thu, 11 Nov 2021 16:02:41 -0800 (PST) Received: from hermes.local (204-195-33-123.wavecable.com. [204.195.33.123]) by smtp.gmail.com with ESMTPSA id ls14sm9567296pjb.49.2021.11.11.16.02.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 11 Nov 2021 16:02:41 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Nicolas Chautru Subject: [PATCH v4 10/18] bbdev: fix typo in comment Date: Thu, 11 Nov 2021 16:02:18 -0800 Message-Id: <20211112000226.56586-11-stephen@networkplumber.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211112000226.56586-1-stephen@networkplumber.org> References: <20210909175648.174258-1-stephen@networkplumber.org> <20211112000226.56586-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Yet another spelling error found by codespell. Signed-off-by: Stephen Hemminger --- lib/bbdev/rte_bbdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bbdev/rte_bbdev.c b/lib/bbdev/rte_bbdev.c index b86c5fdcc0cb..7f353d4f7e7d 100644 --- a/lib/bbdev/rte_bbdev.c +++ b/lib/bbdev/rte_bbdev.c @@ -138,7 +138,7 @@ rte_bbdev_data_alloc(void) } /* - * Find data alocated for the device or if not found return first unused bbdev + * Find data allocated for the device or if not found return first unused bbdev * data. If all structures are in use and none is used by the device return * NULL. */ -- 2.30.2