From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 57A8DC433EF for ; Wed, 22 Sep 2021 09:03:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2F4C46137A for ; Wed, 22 Sep 2021 09:03:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234148AbhIVJEl (ORCPT ); Wed, 22 Sep 2021 05:04:41 -0400 Received: from mail.kernel.org ([198.145.29.99]:40358 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233792AbhIVJEg (ORCPT ); Wed, 22 Sep 2021 05:04:36 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 8307D611C9; Wed, 22 Sep 2021 09:03:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1632301387; bh=8gP/u9N5huICEkUnE4kaEm5HMqw1gmGxSmQ3669TcMc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VpmXvImnymWxG55MsznoyJshUYpglt+Q1vMoMhJxajN0kg0lMM8JrYM28VWcxXdvl 5LcGDVLl+cs4DBok+0pGGpYsPtD0VvxUn3iPdn/eDZbyXtvh0uIKU+b+vq4JEuwuYZ d9xNMAUI9CVaS++5NBQDvM6tnxvt8iNxmdlsBFwo= Date: Wed, 22 Sep 2021 11:03:04 +0200 From: Greg Kroah-Hartman To: Pavel Machek Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= , =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= , Rob Herring , Lorenzo Pieralisi , Bjorn Helgaas , Srinath Mannam , Roman Bacik , Bharat Gooty , Abhishek Shah , Jitendra Bhivare , Ray Jui , Florian Fainelli , BCM Kernel Feedback , Scott Branden , Sasha Levin Subject: Re: [PATCH 5.10 082/122] PCI: of: Dont fail devm_pci_alloc_host_bridge() on missing ranges Message-ID: References: <20210920163915.757887582@linuxfoundation.org> <20210920163918.481485606@linuxfoundation.org> <20210921213456.GB29170@duo.ucw.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210921213456.GB29170@duo.ucw.cz> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 21, 2021 at 11:34:56PM +0200, Pavel Machek wrote: > Hi! > > There is something is wrong with the Subject. Commit says "Don't", but > subject says "Dont". It confused me for a while. Odd, the patch says "Don't", perhaps git send-email doesn't like that in a subject line. greg k-h