From: Randy Dunlap <rdunlap@infradead.org>
To: Masanari Iida <standby24x7@gmail.com>
Cc: trivial@kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] [trivial]treewide: Fix typo in printk
Date: Mon, 19 Aug 2013 09:58:27 -0700 [thread overview]
Message-ID: <52124EB3.6000103@infradead.org> (raw)
In-Reply-To: <1376885430-9606-1-git-send-email-standby24x7@gmail.com>
On 08/18/13 21:10, Masanari Iida wrote:
> Correct spelling typo in printk.
>
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.
> ---
> drivers/gpu/drm/exynos/exynos_drm_fimc.c | 2 +-
> drivers/gpu/drm/exynos/exynos_drm_gsc.c | 4 ++--
> drivers/infiniband/ulp/isert/Kconfig | 2 +-
> drivers/media/i2c/Kconfig | 2 +-
> drivers/media/i2c/adv7183.c | 2 +-
> drivers/media/i2c/s5c73m3/s5c73m3-core.c | 4 ++--
> drivers/media/v4l2-core/v4l2-ctrls.c | 2 +-
> 7 files changed, 9 insertions(+), 9 deletions(-)
>
> diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimc.c b/drivers/gpu/drm/exynos/exynos_drm_fimc.c
> index 6e047bd..8926d68 100644
> --- a/drivers/gpu/drm/exynos/exynos_drm_fimc.c
> +++ b/drivers/gpu/drm/exynos/exynos_drm_fimc.c
> @@ -343,7 +343,7 @@ static bool fimc_check_ovf(struct fimc_context *ctx)
>
> fimc_write(cfg, EXYNOS_CIWDOFST);
>
> - dev_err(ippdrv->dev, "occured overflow at %d, status 0x%x.\n",
> + dev_err(ippdrv->dev, "occurred overflow at %d, status 0x%x.\n",
> ctx->id, status);
> return true;
> }
> diff --git a/drivers/gpu/drm/exynos/exynos_drm_gsc.c b/drivers/gpu/drm/exynos/exynos_drm_gsc.c
> index 90b8a1a..7751a43 100644
> --- a/drivers/gpu/drm/exynos/exynos_drm_gsc.c
> +++ b/drivers/gpu/drm/exynos/exynos_drm_gsc.c
> @@ -1300,13 +1300,13 @@ static irqreturn_t gsc_irq_handler(int irq, void *dev_id)
>
> status = gsc_read(GSC_IRQ);
> if (status & GSC_IRQ_STATUS_OR_IRQ) {
> - dev_err(ippdrv->dev, "occured overflow at %d, status 0x%x.\n",
> + dev_err(ippdrv->dev, "occurred overflow at %d, status 0x%x.\n",
> ctx->id, status);
> return IRQ_NONE;
> }
>
> if (status & GSC_IRQ_STATUS_OR_FRM_DONE) {
> - dev_dbg(ippdrv->dev, "occured frame done at %d, status 0x%x.\n",
> + dev_dbg(ippdrv->dev, "occurred frame done at %d, status 0x%x.\n",
> ctx->id, status);
>
> buf_id[EXYNOS_DRM_OPS_SRC] = gsc_get_src_buf_index(ctx);
> diff --git a/drivers/infiniband/ulp/isert/Kconfig b/drivers/infiniband/ulp/isert/Kconfig
> index ce3fd32..5afcfa6 100644
> --- a/drivers/infiniband/ulp/isert/Kconfig
> +++ b/drivers/infiniband/ulp/isert/Kconfig
> @@ -1,5 +1,5 @@
> config INFINIBAND_ISERT
> - tristate "iSCSI Extentions for RDMA (iSER) target support"
> + tristate "iSCSI Extensions for RDMA (iSER) target support"
> depends on INET && INFINIBAND_ADDR_TRANS && TARGET_CORE && ISCSI_TARGET
> ---help---
> Support for iSCSI Extentions for RDMA (iSER) Target on Infiniband fabrics.
> diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig
> index b2cd8ca..70c4671 100644
> --- a/drivers/media/i2c/Kconfig
> +++ b/drivers/media/i2c/Kconfig
> @@ -623,7 +623,7 @@ config VIDEO_UPD64083
> To compile this driver as a module, choose M here: the
> module will be called upd64083.
>
> -comment "Miscelaneous helper chips"
> +comment "Miscellaneous helper chips"
>
> config VIDEO_THS7303
> tristate "THS7303/53 Video Amplifier"
> diff --git a/drivers/media/i2c/adv7183.c b/drivers/media/i2c/adv7183.c
> index 6f738d8..d45e0e3 100644
> --- a/drivers/media/i2c/adv7183.c
> +++ b/drivers/media/i2c/adv7183.c
> @@ -178,7 +178,7 @@ static int adv7183_log_status(struct v4l2_subdev *sd)
> adv7183_read(sd, ADV7183_VS_FIELD_CTRL_1),
> adv7183_read(sd, ADV7183_VS_FIELD_CTRL_2),
> adv7183_read(sd, ADV7183_VS_FIELD_CTRL_3));
> - v4l2_info(sd, "adv7183: Hsync positon control 1 2 and 3 = 0x%02x 0x%02x 0x%02x\n",
> + v4l2_info(sd, "adv7183: Hsync position control 1 2 and 3 = 0x%02x 0x%02x 0x%02x\n",
> adv7183_read(sd, ADV7183_HS_POS_CTRL_1),
> adv7183_read(sd, ADV7183_HS_POS_CTRL_2),
> adv7183_read(sd, ADV7183_HS_POS_CTRL_3));
> diff --git a/drivers/media/i2c/s5c73m3/s5c73m3-core.c b/drivers/media/i2c/s5c73m3/s5c73m3-core.c
> index 825ea86..d153440 100644
> --- a/drivers/media/i2c/s5c73m3/s5c73m3-core.c
> +++ b/drivers/media/i2c/s5c73m3/s5c73m3-core.c
> @@ -1455,7 +1455,7 @@ static int s5c73m3_oif_registered(struct v4l2_subdev *sd)
> mutex_unlock(&state->lock);
>
> v4l2_dbg(1, s5c73m3_dbg, sd, "%s: Booting %s (%d)\n",
> - __func__, ret ? "failed" : "succeded", ret);
> + __func__, ret ? "failed" : "succeeded", ret);
>
> return ret;
> }
> @@ -1646,7 +1646,7 @@ static int s5c73m3_probe(struct i2c_client *client,
> if (ret < 0)
> goto out_err;
>
> - v4l2_info(sd, "%s: completed succesfully\n", __func__);
> + v4l2_info(sd, "%s: completed successfully\n", __func__);
> return 0;
>
> out_err:
> diff --git a/drivers/media/v4l2-core/v4l2-ctrls.c b/drivers/media/v4l2-core/v4l2-ctrls.c
> index fccd08b..1765182 100644
> --- a/drivers/media/v4l2-core/v4l2-ctrls.c
> +++ b/drivers/media/v4l2-core/v4l2-ctrls.c
> @@ -420,7 +420,7 @@ const char * const *v4l2_ctrl_get_menu(u32 id)
> "Advanced Simple",
> "Core",
> "Simple Scalable",
> - "Advanced Coding Efficency",
> + "Advanced Coding Efficiency",
> NULL,
> };
>
>
--
~Randy
next prev parent reply other threads:[~2013-08-19 16:58 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-19 4:10 [PATCH] [trivial]treewide: Fix typo in printk Masanari Iida
2013-08-19 16:58 ` Randy Dunlap [this message]
2013-08-19 17:06 ` Joe Perches
-- strict thread matches above, loose matches on Subject: below --
2015-12-13 6:26 [PATCH] [trivial] treewide: " Masanari Iida
2015-12-16 18:34 ` Randy Dunlap
2015-10-15 4:26 Masanari Iida
2015-10-15 17:59 ` Randy Dunlap
2015-05-19 15:09 Masanari Iida
2015-05-19 21:36 ` Randy Dunlap
2014-08-28 17:26 Masanari Iida
2014-08-28 17:40 ` Geert Uytterhoeven
2014-08-28 18:00 ` Masanari Iida
2014-08-28 20:11 ` Randy Dunlap
2014-03-25 13:32 [PATCH] [trivial]treewide: " Masanari Iida
2014-03-25 14:13 ` Arend van Spriel
2014-03-25 17:04 ` Randy Dunlap
2014-01-07 12:58 [PATCH] [trivial] treewide: " Masanari Iida
2013-12-08 15:22 Masanari Iida
2013-12-08 18:46 ` Randy Dunlap
2013-09-30 14:19 [PATCH] [trivial]treewide: " Masanari Iida
2013-10-12 23:04 ` Randy Dunlap
2013-07-15 13:50 [PATCH] [trivial] treewide: " Masanari Iida
2013-07-15 15:06 ` Randy Dunlap
2013-05-30 14:44 Masanari Iida
2013-05-30 16:55 ` Randy Dunlap
2013-05-20 15:17 [PATCH] [trivial]treewide: " Masanari Iida
2013-05-20 16:28 ` Randy Dunlap
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52124EB3.6000103@infradead.org \
--to=rdunlap@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=standby24x7@gmail.com \
--cc=trivial@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).