Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1653847 > unrolled thread

[PATCH][V2] PCI: qcom: fix spelling mistake: "asser" -> "assert"

Started byColin King <colin.king@canonical.com>
First post2017-05-31 07:40 +0200
Last post2017-06-01 23:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH][V2] PCI: qcom: fix spelling mistake: "asser" -> "assert" Colin King <colin.king@canonical.com> - 2017-05-31 07:40 +0200
    Re: [PATCH][V2] PCI: qcom: fix spelling mistake: "asser" -> "assert" Bjorn Helgaas <helgaas@kernel.org> - 2017-06-01 23:20 +0200

#1653847 — [PATCH][V2] PCI: qcom: fix spelling mistake: "asser" -> "assert"

FromColin King <colin.king@canonical.com>
Date2017-05-31 07:40 +0200
Subject[PATCH][V2] PCI: qcom: fix spelling mistake: "asser" -> "assert"
Message-ID<tN4wp-yq-11@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1655772

FromBjorn Helgaas <helgaas@kernel.org>
Date2017-06-01 23:20 +0200
Message-ID<tNFFE-84v-27@gated-at.bofh.it>
In reply to#1653847
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
> 

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web