lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1363546a-328b-4242-b1e9-9daa009d2b3c@rock-chips.com>
Date: Thu, 22 Jan 2026 16:10:09 +0800
From: Shawn Lin <shawn.lin@...k-chips.com>
To: Qiang Yu <qiang.yu@....qualcomm.com>, Jingoo Han <jingoohan1@...il.com>,
 Manivannan Sadhasivam <mani@...nel.org>,
 Lorenzo Pieralisi <lpieralisi@...nel.org>,
 Krzysztof Wilczyński <kwilczynski@...nel.org>,
 Rob Herring <robh@...nel.org>, Bjorn Helgaas <bhelgaas@...gle.com>
Cc: shawn.lin@...k-chips.com, linux-pci@...r.kernel.org,
 linux-kernel@...r.kernel.org, linux-arm-msm@...r.kernel.org
Subject: Re: [PATCH 1/2] PCI: dwc: Fix grammar and formatting in
 dw_pcie_remove_ext_capability()


在 2026/01/22 星期四 15:45, Qiang Yu 写道:
> Fix a grammatical error in the comment by changing "it's" to "its". Also
> add a blank line after the variable declaration for better code
> formatting.
> 

Reviewed-by: Shawn Lin <shawn.lin@...k-chips.com>

> Signed-off-by: Qiang Yu <qiang.yu@....qualcomm.com>
> ---
>   drivers/pci/controller/dwc/pcie-designware.c | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/pci/controller/dwc/pcie-designware.c b/drivers/pci/controller/dwc/pcie-designware.c
> index 2fa9f6ee149ed76ee84e8129a47f4bde2fa4d513..18331d9e85be30462277532afa71b5850438f32e 100644
> --- a/drivers/pci/controller/dwc/pcie-designware.c
> +++ b/drivers/pci/controller/dwc/pcie-designware.c
> @@ -268,9 +268,10 @@ void dw_pcie_remove_ext_capability(struct dw_pcie *pci, u8 cap)
>   		return;
>   
>   	header = dw_pcie_readl_dbi(pci, cap_pos);
> +
>   	/*
>   	 * If the first cap at offset PCI_CFG_SPACE_SIZE is removed,
> -	 * only set it's capid to zero as it cannot be skipped.
> +	 * only set its capid to zero as it cannot be skipped.
>   	 */
>   	if (cap_pos == PCI_CFG_SPACE_SIZE) {
>   		dw_pcie_dbi_ro_wr_en(pci);
> 


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ