[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20151130064638.581010d73g7xidam@imap.suse.de>
Date: Mon, 30 Nov 2015 06:46:38 +0000
From: Johannes Thumshirn <jthumshirn@...e.de>
To: Colin King <colin.king@...onical.com>
Cc: Vinayak Holikatti <vinholikatti@...il.com>,
"James E . J . Bottomley" <JBottomley@...n.com>,
linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] scsi: ufs: fix spelling mistake in error message
Zitat von Colin King <colin.king@...onical.com>:
> From: Colin Ian King <colin.king@...onical.com>
>
> Minor issue, fix spelling mistake, Intialization -> Initialization
>
> Signed-off-by: Colin Ian King <colin.king@...onical.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@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
Reviewed-by: Johannes Thumshirn <jthumshirn@...e>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists