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 283FCA0353 for ; Tue, 19 Nov 2019 22:18:56 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BE883235; Tue, 19 Nov 2019 22:18:55 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by dpdk.org (Postfix) with ESMTP id 12328235 for ; Tue, 19 Nov 2019 22:18:54 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1574198334; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+Zn6oET3xjSLlz9FlJpDkKgeuz+Opiww5dqeNQnsNoE=; b=IM99U5u0F0685OhlHs2HqM7p/u7jKo0UrxGxOiIpS9P51ruP4b+bXswQUH/dPhxvnX4xNn Y30KWHfZjZNcCTcW6T6K9GBm2ckG4rUiAaSmL8Z3gHfhhn5dgRX2NyTWJX5WXgiXnYjp3L Xj5vXKonkWcoCIBeRpDJT6NkmKwaB8I= Received: from mail-il1-f197.google.com (mail-il1-f197.google.com [209.85.166.197]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-280-ldFi_5adNzevUQT3v87cOA-1; Tue, 19 Nov 2019 16:18:53 -0500 Received: by mail-il1-f197.google.com with SMTP id i74so20604215ild.13 for ; Tue, 19 Nov 2019 13:18:53 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=+Zn6oET3xjSLlz9FlJpDkKgeuz+Opiww5dqeNQnsNoE=; b=d2+7NpNY7KrVHPIkc9AtR0SA6z7SNWBdEhPpSBKu3h87gLyywlxmYqLHmSIQ0+HknN JHtbS6Og0wiX2HSiwrb7bkM7p7/2dFTmE4N8oIyRQl6v2XdFn5Od5Y4RpzVyRUkaGyK4 dUQgM5TBC9KB9N7RpGqXnhK9fe2zIu08AVwScKL4+kmAUBoJ3F0HsClLDjoBvq5foF09 WXvkEwVMPCUEubK7+ghxe0iWsWWVuTaO7g/raI2yTeRlfCPgiTCDHXt8NT7fAkE0bL2B pfrWNXTOHDwnWRQguzekfbLjNhxW6/7+uF+mZDIdj0anV8ObYKQmZOJy6MkxYURojoN6 npgw== X-Gm-Message-State: APjAAAXwSE0ulWt1m6lQfajiBY5Yv7ca20nm/n5v/JtKpb3qXw8Sp48B VtFEmZIECks/VMpWh/QoO48p+0X5nqaNDzp3k0Sm6rbmz8BTa0nU3WzrBFyhEn+G2aN5ElNkYAm VHM3AMG6aWrZ6FNH5LDyTXKo= X-Received: by 2002:a6b:18c1:: with SMTP id 184mr20462218ioy.40.1574198332537; Tue, 19 Nov 2019 13:18:52 -0800 (PST) X-Google-Smtp-Source: APXvYqy30mMlhwA+g630UA5fNtgWOC2CD1obR0OOl3mY49+Rg1+cO1Z3p8/8LRImvNOlxNai7gPfZi7gWtAwnx98A1c= X-Received: by 2002:a6b:18c1:: with SMTP id 184mr20462196ioy.40.1574198332254; Tue, 19 Nov 2019 13:18:52 -0800 (PST) MIME-Version: 1.0 References: <20191113154353.7162-1-ktraynor@redhat.com> <20191113161015.9736-1-ktraynor@redhat.com> In-Reply-To: <20191113161015.9736-1-ktraynor@redhat.com> From: David Marchand Date: Tue, 19 Nov 2019 22:18:41 +0100 Message-ID: To: Kevin Traynor Cc: dev , dpdk stable , "Burakov, Anatoly" , David Hunt , Maxime Coquelin , Tiwei Bie , Zhihong Wang , jianfeng.tan@intel.com, Shahaf Shuler , alan.carew@intel.com, Liang Ma X-MC-Unique: ldFi_5adNzevUQT3v87cOA-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v2 1/2] lib: fix log typos 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" On Wed, Nov 13, 2019 at 5:11 PM Kevin Traynor wrote: > > Fix these as they are user visible. Found with codespell. > > Fixes: bacaa2754017 ("eal: add channel for multi-process communication") > Fixes: f05e26051c15 ("eal: add IPC asynchronous request") > Fixes: 0cbce3a167f1 ("vfio: skip DMA map failure if already mapped") > Fixes: 445c6528b55f ("power: common interface for guest and host") > Fixes: e6c6dc0f96c8 ("power: add p-state driver compatibility") > Fixes: 8f972312b8f4 ("vhost: support vhost-user") > Cc: stable@dpdk.org > > Signed-off-by: Kevin Traynor For the series, Reviewed-by: David Marchand It would be nice to have codespell in devtools/checkpatches.sh. Applied, thanks. -- David Marchand