Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp2824869ybl; Sun, 11 Aug 2019 09:29:39 -0700 (PDT) X-Google-Smtp-Source: APXvYqwSDsmtr1Vga/yuWkuDDXvWXXGSoQUfN07zm22coeeAa1We38aplNfEmaGzV3U2wmgWKaXk X-Received: by 2002:a62:3883:: with SMTP id f125mr32060824pfa.258.1565540979366; Sun, 11 Aug 2019 09:29:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565540979; cv=none; d=google.com; s=arc-20160816; b=x37WdycLwK/4XWhCDhw2mBi897VKbx/MK83X1ryv86zCHYFeDrxJU4NKfsy0ELGXos knziud0Xct+pWTG2vzm4LziqSUGCC1+P1Z145y9n59W84epdSiigjSFUtqiT5ZSrPxK4 X3OuaL1CGzmqqTq3mGP3IJoFEdem73UjWj/XdenSlNyP5WQYpsfFs38qIqQ9d7hCiM3Z bwCAxCQbw1RDVkMrYF5jGPZwNICczfZhkE3TarOGvRSZI+R+X1xXUqE/O2tVc0dcy2+e WL8beWd+agnwv4tbGzCHvYGuVCkGRIM366JoaYj8BK/TJSsMqSpQ5r0QdFDqW1SQD5n0 QmZw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=72wJ9SDiKWmRW75CSM16KvisHR4xcEda3TUzfL9Q/tQ=; b=jquqcyfII9JA43b+UmIvCOvr9KK2vxdOMu/VNfLB/vl6KWsEW0lAqFb8AbVHqNbC+z iiCqTB9jBwUZAwXR7BQNrP4o3Zrrmh+G4APe9Q0/mQAsZs4R6AhiNFoFct+FDct+y/RZ lRmZR3tDznzdCTRdvkOiIOEhBKCGiZbgdy29YU6YkJq+MhT52f2vUmkh0/9ZI+jdn8EV 6b2e7c5oluqBhUUIhQP/it+YGs6UWHYvrRIByPt6KCuvka0QdYLX3W6mt6cXu23LdYWF y/C2AegqKGiLcBVYfPoah6gP9jkwpsX2IoJDILAu1C516eBW1WJdpOXmCaXdmPn3Z4GP NP7A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t6si23211973pgk.193.2019.08.11.09.29.24; Sun, 11 Aug 2019 09:29:39 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726263AbfHKQ2F (ORCPT + 99 others); Sun, 11 Aug 2019 12:28:05 -0400 Received: from bmailout3.hostsharing.net ([176.9.242.62]:50219 "EHLO bmailout3.hostsharing.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725826AbfHKQ2F (ORCPT ); Sun, 11 Aug 2019 12:28:05 -0400 Received: from h08.hostsharing.net (h08.hostsharing.net [IPv6:2a01:37:1000::53df:5f1c:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.hostsharing.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (not verified)) by bmailout3.hostsharing.net (Postfix) with ESMTPS id 4F3AB100D9405; Sun, 11 Aug 2019 18:28:03 +0200 (CEST) Received: by h08.hostsharing.net (Postfix, from userid 100393) id 042CA23EF70; Sun, 11 Aug 2019 18:28:02 +0200 (CEST) Date: Sun, 11 Aug 2019 18:28:02 +0200 From: Lukas Wunner To: Denis Efremov Cc: Bjorn Helgaas , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/4] PCI: pciehp: Replace pciehp_set_attention_status() Message-ID: <20190811162802.hgiiojl5rbvr7tvu@wunner.de> References: <20190811132945.12426-1-efremov@linux.com> <20190811132945.12426-4-efremov@linux.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190811132945.12426-4-efremov@linux.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Aug 11, 2019 at 04:29:44PM +0300, Denis Efremov wrote: > +#define pciehp_set_attention_status(crtl, status) \ > + pciehp_set_indicators(ctrl, PWR_NONE, status) > + There's a typo here, s/crtl/ctrl/. With that addressed, Reviewed-by: Lukas Wunner