Re: [PATCH v3 2/2] mul_u64_u64_div_u64: basic sanity test

From: Nicolas Pitre
Date: Mon Jul 08 2024 - 08:43:24 EST


On Mon, 8 Jul 2024, Uwe Kleine-König wrote:

> Hello,
>
> On Sun, Jul 07, 2024 at 03:05:20PM -0400, Nicolas Pitre wrote:
> > +static void __exit test_exit(void)
> > +{
> > +}
> > +
> > +module_init(test_init);
> > +module_exit(test_exit);
>
> Can module_exit() and test_exit() just be dropped?

I suppose. All the test modules I've looked at also have that empty exit
method. Maybe dropping them all separately?


Nicolas