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


Groups > linux.kernel > #1279171 > unrolled thread

[PATCH] scsi: ufs: fix spelling mistake in error message

Started byColin King <colin.king@canonical.com>
First post2015-11-28 17:40 +0100
Last post2015-12-01 03:00 +0100
Articles 3 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] scsi: ufs: fix spelling mistake in error message Colin King <colin.king@canonical.com> - 2015-11-28 17:40 +0100
    Re: [PATCH] scsi: ufs: fix spelling mistake in error message Johannes Thumshirn <jthumshirn@suse.de> - 2015-11-30 07:50 +0100
    Re: [PATCH] scsi: ufs: fix spelling mistake in error message "Martin K. Petersen" <martin.petersen@oracle.com> - 2015-12-01 03:00 +0100

#1279171 — [PATCH] scsi: ufs: fix spelling mistake in error message

FromColin King <colin.king@canonical.com>
Date2015-11-28 17:40 +0100
Subject[PATCH] scsi: ufs: fix spelling mistake in error message
Message-ID<qzQHv-2L7-17@gated-at.bofh.it>
From: Colin Ian King <colin.king@canonical.com>

Minor issue, fix spelling mistake, Intialization -> Initialization

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/scsi/ufs/ufshcd-pltfrm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/ufs/ufshcd-pltfrm.c b/drivers/scsi/ufs/ufshcd-pltfrm.c
index 9714f2a..d2a7b12 100644
--- a/drivers/scsi/ufs/ufshcd-pltfrm.c
+++ b/drivers/scsi/ufs/ufshcd-pltfrm.c
@@ -333,7 +333,7 @@ int ufshcd_pltfrm_init(struct platform_device *pdev,
 
 	err = ufshcd_init(hba, mmio_base, irq);
 	if (err) {
-		dev_err(dev, "Intialization failed\n");
+		dev_err(dev, "Initialization failed\n");
 		goto out_disable_rpm;
 	}
 
-- 
2.6.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1279597

FromJohannes Thumshirn <jthumshirn@suse.de>
Date2015-11-30 07:50 +0100
Message-ID<qAqrE-8vQ-29@gated-at.bofh.it>
In reply to#1279171
Zitat von Colin King <colin.king@canonical.com>:

> From: Colin Ian King <colin.king@canonical.com>
>
> Minor issue, fix spelling mistake, Intialization -> Initialization
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/scsi/ufs/ufshcd-pltfrm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/scsi/ufs/ufshcd-pltfrm.c  
> b/drivers/scsi/ufs/ufshcd-pltfrm.c
> index 9714f2a..d2a7b12 100644
> --- a/drivers/scsi/ufs/ufshcd-pltfrm.c
> +++ b/drivers/scsi/ufs/ufshcd-pltfrm.c
> @@ -333,7 +333,7 @@ int ufshcd_pltfrm_init(struct platform_device *pdev,
>
>  	err = ufshcd_init(hba, mmio_base, irq);
>  	if (err) {
> -		dev_err(dev, "Intialization failed\n");
> +		dev_err(dev, "Initialization failed\n");
>  		goto out_disable_rpm;
>  	}
>
> --
> 2.6.2
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

Reviewed-by: Johannes Thumshirn <jthumshirn@suse>


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1280489

From"Martin K. Petersen" <martin.petersen@oracle.com>
Date2015-12-01 03:00 +0100
Message-ID<qAIoy-360-21@gated-at.bofh.it>
In reply to#1279171
>>>>> "Colin" == Colin King <colin.king@canonical.com> writes:

Colin,

Colin> Minor issue, fix spelling mistake, Intialization ->
Colin> Initialization

Applied to 4.5/scsi-queue.

Thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web