All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][V2] PCI: qcom: fix spelling mistake: "asser" -> "assert"
@ 2017-05-31  5:34 Colin King
  2017-06-01 21:11 ` Bjorn Helgaas
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2017-05-31  5:34 UTC (permalink / raw)
  To: Stanimir Varbanov, Bjorn Helgaas, linux-pci, linux-arm-msm; +Cc: linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in dev_err message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/pci/dwc/pcie-qcom.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pci/dwc/pcie-qcom.c b/drivers/pci/dwc/pcie-qcom.c
index 289cda1b4897..fbc79a5274c6 100644
--- a/drivers/pci/dwc/pcie-qcom.c
+++ b/drivers/pci/dwc/pcie-qcom.c
@@ -695,7 +695,7 @@ static int qcom_pcie_init_v3(struct qcom_pcie *pcie)
 
 	ret = reset_control_assert(res->axi_s_reset);
 	if (ret) {
-		dev_err(dev, "cannot asser axi slave reset\n");
+		dev_err(dev, "cannot assert axi slave reset\n");
 		return ret;
 	}
 
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH][V2] PCI: qcom: fix spelling mistake: "asser" -> "assert"
  2017-05-31  5:34 [PATCH][V2] PCI: qcom: fix spelling mistake: "asser" -> "assert" Colin King
@ 2017-06-01 21:11 ` Bjorn Helgaas
  0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Helgaas @ 2017-06-01 21:11 UTC (permalink / raw)
  To: Colin King
  Cc: Stanimir Varbanov, Bjorn Helgaas, linux-pci, linux-arm-msm, linux-kernel

On Wed, May 31, 2017 at 06:34:14AM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in dev_err message
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied to pci/host-qcom for v4.13, thanks!

> ---
>  drivers/pci/dwc/pcie-qcom.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/pci/dwc/pcie-qcom.c b/drivers/pci/dwc/pcie-qcom.c
> index 289cda1b4897..fbc79a5274c6 100644
> --- a/drivers/pci/dwc/pcie-qcom.c
> +++ b/drivers/pci/dwc/pcie-qcom.c
> @@ -695,7 +695,7 @@ static int qcom_pcie_init_v3(struct qcom_pcie *pcie)
>  
>  	ret = reset_control_assert(res->axi_s_reset);
>  	if (ret) {
> -		dev_err(dev, "cannot asser axi slave reset\n");
> +		dev_err(dev, "cannot assert axi slave reset\n");
>  		return ret;
>  	}
>  
> -- 
> 2.11.0
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-01 21:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-31  5:34 [PATCH][V2] PCI: qcom: fix spelling mistake: "asser" -> "assert" Colin King
2017-06-01 21:11 ` Bjorn Helgaas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.