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 CE65BA0093 for ; Tue, 19 May 2020 15:15:32 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C22AA1D702; Tue, 19 May 2020 15:15:32 +0200 (CEST) Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com [209.85.128.65]) by dpdk.org (Postfix) with ESMTP id EC8C91D702 for ; Tue, 19 May 2020 15:15:29 +0200 (CEST) Received: by mail-wm1-f65.google.com with SMTP id t8so736741wmi.0 for ; Tue, 19 May 2020 06:15:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=YuyNIjJASTWW9Nrae2YvDzaMLLCPnPCPqaTLNazBsN0=; b=UoItJls440TJWnV4x3wZC042bbtSBHwrWcgzEWD/HPlkVFr8Vqgy7QKbtP3vtA3do8 UaDy8IASOif5lNE9fP1tKMqIIR9Xy7WFEs8Znic2jhloldVvS8ZKhPlIbFsRwIfl11QP GNgqBXyi2J4V08PF4V5CFyPIhIAJsvVbTjZ1/7+fA27bK//zXHIIogWU9CeLRj0eyJSN ykfmC55J5SIyIt/E+bnF2EbtuGLnjEmHk9n0BP7fiHj0AyCcS0AHnf+vjK8uVl6UHc+q GaMQSG0wCAA7PGAWyLo+yD0AvnLpbhKGUl+f7WVXUo9zh06G3T6E5mkIFnQjPgPnhltc BYTg== 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=YuyNIjJASTWW9Nrae2YvDzaMLLCPnPCPqaTLNazBsN0=; b=R6XcWlme1r6pnnmrJR8OaQocnFUbT+3s6M7rB0u51LChq5iKYor/YZaqhLdzAHVSjT 1uWuz365RoACb7oYBw+JCqsbPMOyD06kitEAL6IAOKBqYum0sz3AP2MKhrUiip556B80 Dw/tjOUyikJ2EPfxODATi86nnezbPX3Ystw3NR8+s0bij7d+iNWVIsruRBb6QjDW853g uZbkPOxTRs/n6dWSF+YTZeHiA8IR3v3QvC1UcOhfnI7oVs8S8YreG3S6VAqG5fBe+bYh 8GPfHWyefyCLaGfv5/Lr8vFC3AAHfEj36ChOfJGbv0wU1W0pAGsHkfGx3cB9ns3t3VRy twgg== X-Gm-Message-State: AOAM530YKIERU5PuoKhHfH5nTNIK1ojzEPmax6xHfL9K058dUd9ICd4g qNeASpLjCfYp2Goz4Wdrw0c= X-Google-Smtp-Source: ABdhPJwL5yZm0hnqFK/KTfrdJwA0BVPcrUurNsVMHoOALVlprj0BIXJqDbBodn6EQpLC/Q+T+/55Bw== X-Received: by 2002:a1c:bb0a:: with SMTP id l10mr5470054wmf.186.1589894129687; Tue, 19 May 2020 06:15:29 -0700 (PDT) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id c25sm3715444wmb.44.2020.05.19.06.15.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 19 May 2020 06:15:29 -0700 (PDT) From: luca.boccassi@gmail.com To: Stephen Hemminger Cc: dpdk stable Date: Tue, 19 May 2020 14:05:19 +0100 Message-Id: <20200519130549.112823-184-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200519130549.112823-1-luca.boccassi@gmail.com> References: <20200519125804.104349-1-luca.boccassi@gmail.com> <20200519130549.112823-1-luca.boccassi@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] patch 'bus/vmbus: fix comment spelling' has been queued to stable release 19.11.3 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" Hi, FYI, your patch has been queued to stable release 19.11.3 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 05/21/20. So please shout if anyone has objections. Also note that after the patch there's a diff of the upstream commit vs the patch applied to the branch. This will indicate if there was any rebasing needed to apply to the stable branch. If there were code changes for rebasing (ie: not only metadata diffs), please double check that the rebase was correctly done. Thanks. Luca Boccassi --- >From bb0fd68c99b74941ff7e420ecfc90bc3149a9afa Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 30 Apr 2020 12:08:48 -0700 Subject: [PATCH] bus/vmbus: fix comment spelling [ upstream commit 3a185ff42e7f147b7125fb1d718d349baa4f1aef ] No code change here. Signed-off-by: Stephen Hemminger --- drivers/bus/vmbus/linux/vmbus_uio.c | 2 +- drivers/bus/vmbus/vmbus_common.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/bus/vmbus/linux/vmbus_uio.c b/drivers/bus/vmbus/linux/vmbus_uio.c index 10e50c9b5a..5451bfd150 100644 --- a/drivers/bus/vmbus/linux/vmbus_uio.c +++ b/drivers/bus/vmbus/linux/vmbus_uio.c @@ -165,7 +165,7 @@ vmbus_uio_map_resource_by_index(struct rte_vmbus_device *dev, int idx, dev->resource[idx].addr = mapaddr; vmbus_map_addr = RTE_PTR_ADD(mapaddr, size); - /* Record result of sucessful mapping for use by secondary */ + /* Record result of successful mapping for use by secondary */ maps[idx].addr = mapaddr; maps[idx].size = size; diff --git a/drivers/bus/vmbus/vmbus_common.c b/drivers/bus/vmbus/vmbus_common.c index 48a219f735..3adef01c95 100644 --- a/drivers/bus/vmbus/vmbus_common.c +++ b/drivers/bus/vmbus/vmbus_common.c @@ -131,7 +131,7 @@ vmbus_probe_one_driver(struct rte_vmbus_driver *dr, } /* - * IF device class GUID mathces, call the probe function of + * If device class GUID matches, call the probe function of * registere drivers for the vmbus device. * Return -1 if initialization failed, * and 1 if no driver found for this device. -- 2.20.1 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2020-05-19 14:04:52.052536441 +0100 +++ 0184-bus-vmbus-fix-comment-spelling.patch 2020-05-19 14:04:44.532654101 +0100 @@ -1,8 +1,10 @@ -From 3a185ff42e7f147b7125fb1d718d349baa4f1aef Mon Sep 17 00:00:00 2001 +From bb0fd68c99b74941ff7e420ecfc90bc3149a9afa Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 30 Apr 2020 12:08:48 -0700 Subject: [PATCH] bus/vmbus: fix comment spelling +[ upstream commit 3a185ff42e7f147b7125fb1d718d349baa4f1aef ] + No code change here. Signed-off-by: Stephen Hemminger