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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 2F4F9C47080 for ; Mon, 31 May 2021 14:32:58 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id BCD2B613AE for ; Mon, 31 May 2021 14:32:57 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BCD2B613AE Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4FtySS3wbCz3bnj for ; Tue, 1 Jun 2021 00:32:56 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=209.85.218.42; helo=mail-ej1-f42.google.com; envelope-from=kswilczynski@gmail.com; receiver=) Received: from mail-ej1-f42.google.com (mail-ej1-f42.google.com [209.85.218.42]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4FtyS42dDBz2xg1 for ; Tue, 1 Jun 2021 00:32:35 +1000 (AEST) Received: by mail-ej1-f42.google.com with SMTP id qq22so8730721ejb.9 for ; Mon, 31 May 2021 07:32:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=coTzhk6fH6zG+AoLupwrRfb8b1cQdtJClT31zpmhiG4=; b=mv0rNB6VYPBz/gHd+fVPvfojFvoDzpIE6D10ww/ogzL6FsfQQUrqUdruuk7CxU/LSe aKsJS89rqgHSs8UjJa+Sf/edvnPU3QuRsfmG2mHPzIcvp0J3oiyZM+3N72dIS/f+obEk MYA+ff7mCtteYMqM1PGnODsnMyhstlerOu5iq1EZ3HTvVCQuQARZIFP5kCeDn/N0D4op ztzOniFA0k5+UTUSOCdsADhsN/BU4EL2KwBxqtcYQ1sKecH7J+wsgOKKwOPi+HVjj15w acMB7GYiQfLce4ailloGRj+U0LFt6l7wbW0P31sHc4OrX6uF9DPzQHd4/E/1oF/fZsbQ ezLA== X-Gm-Message-State: AOAM530AwanuyD/azc0DgKIHTwFBY+TamF1ivkrm4eJfd3BwAJzSU8UZ nveiDMWpTvKxpmhi2t08+/0= X-Google-Smtp-Source: ABdhPJwpumZCQH+aZf69Hk3S2EUGNIXepfRBGONlrmp7NxTkp0nhmjIcK3SU66wAj+ANIJtyBPC7Nw== X-Received: by 2002:a17:906:606:: with SMTP id s6mr22851494ejb.206.1622471551033; Mon, 31 May 2021 07:32:31 -0700 (PDT) Received: from rocinante.localdomain ([95.155.85.46]) by smtp.gmail.com with ESMTPSA id a22sm276031ejv.67.2021.05.31.07.32.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 31 May 2021 07:32:30 -0700 (PDT) Date: Mon, 31 May 2021 16:32:29 +0200 From: Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= To: Wesley Sheng Subject: Re: [PATCH] Documentation PCI: Fix typo in pci-error-recovery.rst Message-ID: <20210531143229.GA157228@rocinante.localdomain> References: <20210531081215.43507-1-wesley.sheng@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210531081215.43507-1-wesley.sheng@amd.com> X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: wesleyshenggit@sina.com, corbet@lwn.net, linux-pci@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, oohall@gmail.com, bhelgaas@google.com, linasvepstas@gmail.com, linuxppc-dev@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" Hi Wesley, > Replace "It" with "If", since it is a conditional statement. > [...] Nice catch! > -cycle) and then call slot_reset() again. It the device still can't > +cycle) and then call slot_reset() again. If the device still can't [...] Thank you! Reviewed-by: Krzysztof WilczyƄski Krzysztof