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 538A2A0353; Tue, 19 Nov 2019 22:18:58 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E7F5A1C0B; Tue, 19 Nov 2019 22:18:57 +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 316EBCF3 for ; Tue, 19 Nov 2019 22:18:56 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1574198336; 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=T9ZEAr6aVuYIW+msJC0XCA0dpBeYhiChCV/BHJnd6Uzu6DPKyUnj09HhKZ4asvPtIQZheB WTlDF976CuklJ8ohDVP+/yUt4nX2XM4J7Bb4DZt76emP7UuBRvz99cWTftItw7cp5cucc0 8oLO91HXHOyznvKx0Lh4uyNZgdfhoss= Received: from mail-io1-f72.google.com (mail-io1-f72.google.com [209.85.166.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-34-LQRcbDXEMl2KJ5wI1ejK-g-1; Tue, 19 Nov 2019 16:18:53 -0500 Received: by mail-io1-f72.google.com with SMTP id c17so16815937ioh.12 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=DgblDin5KnBipdJuQJbbSHiq3fjU3xvJwPDi0drPgmespzZYX6UcbXFoW6xrdloAGV ncSHqOV9m3UC1/5P9oJo4meHuNv79Yix5eO4BEg1NxTWLvFnOpoFcny/OjD9egJIiJy1 vR07pvj/Q7RF8iPFUkitOqNpCSutwpupOvWaAtKBZdrVQrayUC6koUwl4BgIwuC9Lx3l TTWrta76cQF3br8+4QC9tkyxAWo7R07Lo5KI41mkvZ/WuXwJe3ZCNi19Izoon0sH9YER Is3QwdyXyWj31/ElfrbGn7kocVd0SS0LuP77s7mT7B4bh7AQN6ov7gDLJqWHP9XU9rIP B5lA== X-Gm-Message-State: APjAAAWNX5gw43wrwcXRCDG5AeWcoG9dawNHRJF7smipZE7Uw/XTyIji 7Zzt0qcF4zN5OU1yTUj9xUU0KvjrpvzLICB0ILAu8VnQYgDF7X1d+JjCspOhRI9q+RMqAs8Kpkj dHSQ2O5hYL8neW5CjRjQ= X-Received: by 2002:a6b:18c1:: with SMTP id 184mr20462220ioy.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: LQRcbDXEMl2KJ5wI1ejK-g-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH v2 1/2] lib: fix log typos X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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