From: Michał Nazarewicz on 5 Aug 2010 05:00 On Mon, 02 Aug 2010 20:27:45 +0200, Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> wrote: > diff --git a/drivers/usb/gadget/s3c2410_udc.c b/drivers/usb/gadget/s3c2410_udc.c > @@ -2045,7 +2045,6 @@ static void __exit udc_exit(void) > } > EXPORT_SYMBOL(usb_gadget_unregister_driver); > -EXPORT_SYMBOL(usb_gadget_register_driver); *IF* you are going to send an updated patch, how about removing empty line above this EXPORT_SYMBOL(). So for what it's worth the changes look good to me. -- Best regards, _ _ | Humble Liege of Serenely Enlightened Majesty of o' \,=./ `o | Computer Science, Michał "mina86" Nazarewicz (o o) +----[mina86*mina86.com]---[mina86*jabber.org]----ooO--(_)--Ooo-- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Michał Nazarewicz on 5 Aug 2010 06:40 On Thu, 05 Aug 2010 11:39:54 +0200, Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> wrote: > On Thu, Aug 05, 2010 at 10:58:52AM +0200, Michał Nazarewicz wrote: >> On Mon, 02 Aug 2010 20:27:45 +0200, Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> wrote: >>> diff --git a/drivers/usb/gadget/s3c2410_udc.c b/drivers/usb/gadget/s3c2410_udc.c >>> @@ -2045,7 +2045,6 @@ static void __exit udc_exit(void) >>> } >>> EXPORT_SYMBOL(usb_gadget_unregister_driver); >>> -EXPORT_SYMBOL(usb_gadget_register_driver); >> >> *IF* you are going to send an updated patch, how about removing >> empty line above this EXPORT_SYMBOL(). > I kept that, because the '}' doesn't belong to > usb_gadget_unregister_driver. In that case disregard my last comment. Move along, nothing to see. ;) -- Best regards, _ _ | Humble Liege of Serenely Enlightened Majesty of o' \,=./ `o | Computer Science, Michał "mina86" Nazarewicz (o o) +----[mina86*mina86.com]---[mina86*jabber.org]----ooO--(_)--Ooo-- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: arm: R_ARM_REL32 relocation support Next: block_dev: always serialize exclusive open attempts |