From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: SF Markus Elfring <elfring@users.sourceforge.net>
Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
linux-fbdev@vger.kernel.org, kernel-janitors@vger.kernel.org,
trivial@kernel.org, LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 3/6] video: fbdev-MMP: Fix typos for the word "destroy"
Date: Tue, 25 Nov 2014 10:55:14 +0000 [thread overview]
Message-ID: <54746012.3050505@ti.com> (raw)
In-Reply-To: <547368BB.2050401@users.sourceforge.net>
[-- Attachment #1: Type: text/plain, Size: 1156 bytes --]
On 24/11/14 19:19, SF Markus Elfring wrote:
> From: Markus Elfring <elfring@users.sourceforge.net>
> Date: Mon, 24 Nov 2014 15:50:15 +0100
>
> Two mistyped words were corrected in the description for
> the mmp_unregister_path() function.
>
> Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
> ---
> drivers/video/fbdev/mmp/core.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/video/fbdev/mmp/core.c b/drivers/video/fbdev/mmp/core.c
> index b563b92..43ed576 100644
> --- a/drivers/video/fbdev/mmp/core.c
> +++ b/drivers/video/fbdev/mmp/core.c
> @@ -223,10 +223,10 @@ struct mmp_path *mmp_register_path(struct mmp_path_info *info)
> EXPORT_SYMBOL_GPL(mmp_register_path);
>
> /*
> - * mmp_unregister_path - unregister and destory path
> + * mmp_unregister_path - unregister and destroy path
> * @p: path to be destoried.
> *
> - * this function registers path and destorys it.
> + * this function registers path and destroys it.
> */
> void mmp_unregister_path(struct mmp_path *path)
> {
>
Thanks, applied this and the patch 5/6 to fbdev tree.
Tomi
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: SF Markus Elfring <elfring@users.sourceforge.net>
Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
<linux-fbdev@vger.kernel.org>, <kernel-janitors@vger.kernel.org>,
<trivial@kernel.org>, LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 3/6] video: fbdev-MMP: Fix typos for the word "destroy"
Date: Tue, 25 Nov 2014 12:55:14 +0200 [thread overview]
Message-ID: <54746012.3050505@ti.com> (raw)
In-Reply-To: <547368BB.2050401@users.sourceforge.net>
[-- Attachment #1: Type: text/plain, Size: 1156 bytes --]
On 24/11/14 19:19, SF Markus Elfring wrote:
> From: Markus Elfring <elfring@users.sourceforge.net>
> Date: Mon, 24 Nov 2014 15:50:15 +0100
>
> Two mistyped words were corrected in the description for
> the mmp_unregister_path() function.
>
> Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
> ---
> drivers/video/fbdev/mmp/core.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/video/fbdev/mmp/core.c b/drivers/video/fbdev/mmp/core.c
> index b563b92..43ed576 100644
> --- a/drivers/video/fbdev/mmp/core.c
> +++ b/drivers/video/fbdev/mmp/core.c
> @@ -223,10 +223,10 @@ struct mmp_path *mmp_register_path(struct mmp_path_info *info)
> EXPORT_SYMBOL_GPL(mmp_register_path);
>
> /*
> - * mmp_unregister_path - unregister and destory path
> + * mmp_unregister_path - unregister and destroy path
> * @p: path to be destoried.
> *
> - * this function registers path and destorys it.
> + * this function registers path and destroys it.
> */
> void mmp_unregister_path(struct mmp_path *path)
> {
>
Thanks, applied this and the patch 5/6 to fbdev tree.
Tomi
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next prev parent reply other threads:[~2014-11-25 10:55 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-24 17:00 [PATCH 0/6] Fix a few typos around the word "destroy" SF Markus Elfring
2014-11-24 17:00 ` SF Markus Elfring
2014-11-24 17:08 ` [PATCH 1/6] isci: Fix a typo for " SF Markus Elfring
2014-11-24 17:08 ` SF Markus Elfring
2014-11-24 17:15 ` [PATCH 2/6] SCSI-libfc: Fix typos " SF Markus Elfring
2014-11-24 17:15 ` SF Markus Elfring
2014-11-24 17:19 ` [PATCH 3/6] video: fbdev-MMP: " SF Markus Elfring
2014-11-24 17:19 ` SF Markus Elfring
2014-11-25 10:55 ` Tomi Valkeinen [this message]
2014-11-25 10:55 ` Tomi Valkeinen
2014-11-24 17:24 ` [PATCH 4/6] f2fs: Fix typos for the word "destroy" in jump labels SF Markus Elfring
2014-11-24 17:24 ` SF Markus Elfring
2014-11-24 21:42 ` Jaegeuk Kim
2014-11-24 21:42 ` Jaegeuk Kim
2014-11-24 17:28 ` [PATCH 5/6] video: fbdev-MMP: Fix a typo for the word "destroyed" SF Markus Elfring
2014-11-24 17:28 ` SF Markus Elfring
2014-11-24 17:31 ` [PATCH 6/6] Documentation-SCSI: Fix a typo for the word "destroy" SF Markus Elfring
2014-11-24 17:31 ` SF Markus Elfring
2014-11-25 2:21 ` [PATCH 0/6] Fix a few typos around " Randy Dunlap
2014-11-25 2:21 ` 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=54746012.3050505@ti.com \
--to=tomi.valkeinen@ti.com \
--cc=elfring@users.sourceforge.net \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=plagnioj@jcrosoft.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.