Re: [PATCH v3 1/4] PCI/DPC: Rename pdev to err_port for dpc_handler

2025-02-11 Thread Shuai Xue
在 2025/2/12 05:17, Sathyanarayanan Kuppuswamy 写道: On 2/7/25 1:34 AM, Shuai Xue wrote: The irq handler is registered for error port which recevie DPC interrupt. Rename pdev to err_port. No functional changes. Signed-off-by: Shuai Xue --- I think you can combine patch 1 & 2 into a single

Re: [PATCH v3 1/4] PCI/DPC: Rename pdev to err_port for dpc_handler

2025-02-11 Thread Sathyanarayanan Kuppuswamy
On 2/7/25 1:34 AM, Shuai Xue wrote: The irq handler is registered for error port which recevie DPC interrupt. Rename pdev to err_port. No functional changes. Signed-off-by: Shuai Xue --- I think you can combine patch 1 & 2 into a single patch. Change wise, it looks fine to me. Reviewed-

[PATCH v3 1/4] PCI/DPC: Rename pdev to err_port for dpc_handler

2025-02-07 Thread Shuai Xue
The irq handler is registered for error port which recevie DPC interrupt. Rename pdev to err_port. No functional changes. Signed-off-by: Shuai Xue --- drivers/pci/pcie/dpc.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/pci/pcie/dpc.c b/drivers/pci/pcie/