linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jiri Kosina <jkosina@suse.cz>
To: Kyungmin Park <kyungmin.park@samsung.com>
Cc: Masanari Iida <standby24x7@gmail.com>,
	Marek Szyprowski <m.szyprowski@samsung.com>,
	Tomasz Stanislawski <t.stanislaws@samsung.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-media@vger.kernel.org
Subject: Re: [PATCH] [trivial] media: Fix typo in mixer_drv.c and hdmi_drv.c
Date: Fri, 3 Feb 2012 23:17:53 +0100 (CET)	[thread overview]
Message-ID: <alpine.LNX.2.00.1202032317420.25026@pobox.suse.cz> (raw)
In-Reply-To: <CAH9JG2USF-FYX0SL-y0Gby8oNvA=sFBV7uyvP+4oaa1nxRU5qA@mail.gmail.com>

On Mon, 30 Jan 2012, Kyungmin Park wrote:

> Acked-by: Kyungmin Park <kyungmin.park@samsung.com>

Applied, thanks.

> > Correct typo "sucessful" to "successful" in
> > drivers/media/video/s5p-tv/mixer_drv.c
> > drivers/media/video/s5p-tv/hdmi_drv.c
> >
> > Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> > ---
> >  drivers/media/video/s5p-tv/hdmi_drv.c  |    4 ++--
> >  drivers/media/video/s5p-tv/mixer_drv.c |    2 +-
> >  2 files changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/drivers/media/video/s5p-tv/hdmi_drv.c
> > b/drivers/media/video/s5p-tv/hdmi_drv.c
> > index 8b41a04..3e0dd09 100644
> > --- a/drivers/media/video/s5p-tv/hdmi_drv.c
> > +++ b/drivers/media/video/s5p-tv/hdmi_drv.c
> > @@ -962,7 +962,7 @@ static int __devinit hdmi_probe(struct platform_device
> > *pdev)
> >  	/* storing subdev for call that have only access to struct device */
> >  	dev_set_drvdata(dev, sd);
> >
> > -	dev_info(dev, "probe sucessful\n");
> > +	dev_info(dev, "probe successful\n");
> >
> >  	return 0;
> >
> > @@ -1000,7 +1000,7 @@ static int __devexit hdmi_remove(struct
> > platform_device *pdev)
> >  	iounmap(hdmi_dev->regs);
> >  	hdmi_resources_cleanup(hdmi_dev);
> >  	kfree(hdmi_dev);
> > -	dev_info(dev, "remove sucessful\n");
> > +	dev_info(dev, "remove successful\n");
> >
> >  	return 0;
> >  }
> > diff --git a/drivers/media/video/s5p-tv/mixer_drv.c
> > b/drivers/media/video/s5p-tv/mixer_drv.c
> > index 0064309..a2c0c25 100644
> > --- a/drivers/media/video/s5p-tv/mixer_drv.c
> > +++ b/drivers/media/video/s5p-tv/mixer_drv.c
> > @@ -444,7 +444,7 @@ static int __devexit mxr_remove(struct platform_device
> > *pdev)
> >
> >  	kfree(mdev);
> >
> > -	dev_info(dev, "remove sucessful\n");
> > +	dev_info(dev, "remove successful\n");
> >  	return 0;
> >  }

-- 
Jiri Kosina
SUSE Labs

      reply	other threads:[~2012-02-03 22:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-29 12:50 [PATCH] [trivial] media: Fix typo in mixer_drv.c and hdmi_drv.c Masanari Iida
2012-01-30  5:43 ` Kyungmin Park
2012-02-03 22:17   ` Jiri Kosina [this message]

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=alpine.LNX.2.00.1202032317420.25026@pobox.suse.cz \
    --to=jkosina@suse.cz \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    --cc=standby24x7@gmail.com \
    --cc=t.stanislaws@samsung.com \
    /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).