From: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
To: linux-fbdev@vger.kernel.org
Subject: Re: [PATCH] skeletonfb: fixed module exit function typo.
Date: Sun, 15 Apr 2012 21:49:48 +0000 [thread overview]
Message-ID: <4F8B427C.6000603@gmx.de> (raw)
[Cc'ing linux-fbdev@vger.kernel.org]
You should always send patches also to the relevant mailing list.
On 04/12/2012 07:26 PM, Alexander Guy wrote:
> From 915c83ad50fe381661d8eebd6280a275d8dd6ac9 Mon Sep 17 00:00:00 2001
> From: Alexander Guy <alexander.guy@guy-engineering.com>
> Date: Thu, 12 Apr 2012 11:59:36 -0700
> Subject: [PATCH] skeletonfb: fixed module exit function typo.
>
>
> Signed-off-by: Alexander Guy <alexander.guy@guy-engineering.com>
> ---
> drivers/video/skeletonfb.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/video/skeletonfb.c b/drivers/video/skeletonfb.c
> index 30f7a81..5b6abc6 100644
> --- a/drivers/video/skeletonfb.c
> +++ b/drivers/video/skeletonfb.c
> @@ -1036,6 +1036,6 @@ static void __exit xxxfb_exit(void)
> */
>
> module_init(xxxfb_init);
> -module_exit(xxxfb_remove);
> +module_exit(xxxfb_exit);
>
> MODULE_LICENSE("GPL");
> --
> 1.7.9.5
Looks correct to me, applied.
Thanks,
Florian Tobias Schandinat
reply other threads:[~2012-04-15 21:49 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=4F8B427C.6000603@gmx.de \
--to=florianschandinat@gmx.de \
--cc=linux-fbdev@vger.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