lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 3 Feb 2012 23:17:53 +0100 (CET)
From:	Jiri Kosina <jkosina@...e.cz>
To:	Kyungmin Park <kyungmin.park@...sung.com>
Cc:	Masanari Iida <standby24x7@...il.com>,
	Marek Szyprowski <m.szyprowski@...sung.com>,
	Tomasz Stanislawski <t.stanislaws@...sung.com>,
	linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
	linux-media@...r.kernel.org
Subject: Re: [PATCH] [trivial] media: Fix typo in mixer_drv.c and
 hdmi_drv.c

On Mon, 30 Jan 2012, Kyungmin Park wrote:

> Acked-by: Kyungmin Park <kyungmin.park@...sung.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@...il.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
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ