[Cc'ing linux-fbdev@xxxxxxxxxxxxxxx] 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@xxxxxxxxxxxxxxxxxxx> > Date: Thu, 12 Apr 2012 11:59:36 -0700 > Subject: [PATCH] skeletonfb: fixed module exit function typo. > > > Signed-off-by: Alexander Guy <alexander.guy@xxxxxxxxxxxxxxxxxxx> > --- > 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 -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html