* Re: [PATCH] skeletonfb: fixed module exit function typo.
@ 2012-04-15 21:49 Florian Tobias Schandinat
0 siblings, 0 replies; only message in thread
From: Florian Tobias Schandinat @ 2012-04-15 21:49 UTC (permalink / raw)
To: linux-fbdev
[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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-04-15 21:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-15 21:49 [PATCH] skeletonfb: fixed module exit function typo Florian Tobias Schandinat
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox