From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 78DB0283136 for ; Wed, 11 Jun 2025 12:45:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749645907; cv=none; b=HxZ6wpkqMdk0VkP+HL/ZAtAq62IbEMo0WDB8FEDLWGF9V8DlkiLhm8inCGJ7LGIwWtGx3sGUSLMrDelduRR4jG1/qAQeH4NF+pSBe9USgNatV/UCxBOoMRoq57jcFXR628xfiVKg/fIplAwiX8Qjt+UyWOPzyekYZicxgZQoGd4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749645907; c=relaxed/simple; bh=/kmCKfxck2XTpbBSQv0jQXrhAcyXqrNF/ZI1zjeFLwg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=EUGpoFpRbBCZn6x1//GZUwTFVdi40dgJszzyl4OCfqfqlN+Y+1kavuGOxS/1zRz/pa28D3rnDnEI2dpeY4EaHX5aDYfWAvsYXaOp7aGI0YT4dF3D3KZy1duyNQiBPtKGtvyalr8E2rc/BkX0wfwmwUAFAvxwOQrMYP1+HuamYGQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=MbAxg+9a; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="MbAxg+9a" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DA24EC4CEEE; Wed, 11 Jun 2025 12:45:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1749645907; bh=/kmCKfxck2XTpbBSQv0jQXrhAcyXqrNF/ZI1zjeFLwg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MbAxg+9al+qRba03aM3fWzZ2UnOKiFpEDVqSmMO8pAarU29GhtJNb4SpAv567flcR 6pDt41ZiGqLOKU4FjE+QhULleCibYfLnHyCNT6dreeK4At9I7qbZCkt/JoftAbI+Ux kv+c/EMZZdG8p9W6LHuBPOrIwpwj5igjSWCZXbcVQW/d43rCBp5DfNmzFYH+MI+Ace Yb5N6jYdIa1QFTwzL//jL3Xhws8ncn7jrSC7nUNkLcXslH8QrcZrjWiXq8U+FS/oVx 5SUpiPy20Pn7lXmCVcKaxV/fy/1b2ghPLm71pgjIB+XdolhkTLo4C3ZmcZLYaMNtqh 5XkacYFhuGRxA== Date: Wed, 11 Jun 2025 14:45:02 +0200 From: Niklas Cassel To: Damien Le Moal Cc: Jingoo Han , Manivannan Sadhasivam , Lorenzo Pieralisi , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Rob Herring , Bjorn Helgaas , Wilfred Mallawa , Laszlo Fiat , linux-pci@vger.kernel.org Subject: Re: [PATCH 4/4] PCI: dwc: Reduce LINK_WAIT_SLEEP_MS Message-ID: References: <20250611105140.1639031-6-cassel@kernel.org> <20250611105140.1639031-10-cassel@kernel.org> Precedence: bulk X-Mailing-List: linux-pci@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Wed, Jun 11, 2025 at 09:38:31PM +0900, Damien Le Moal wrote: (snip) > > -/* Parameters for the waiting for link up routine */ > > + * Parameters for the waiting for link up routine. As per PCIe r6.0, sec 6.6.1, > > s/for the/for > > and maybe reword this to something like: > > * Parameters for waiting for a link to be established. This sentence was there before I appended to the comment. But sure, can fix it in V2. Kind regards, Niklas