[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <92435cd4-c0e1-4d05-8ecf-52dd9249adf4@quicinc.com>
Date: Tue, 15 Oct 2024 15:18:11 -0700
From: Jeff Johnson <quic_jjohnson@...cinc.com>
To: Vimal Agrawal <avimalin@...il.com>, <linux-kernel@...r.kernel.org>,
<gregkh@...uxfoundation.org>, <arnd@...db.de>
CC: <vimal.agrawal@...hos.com>
Subject: Re: [PATCH v2] misc: misc_minor_alloc to use ida for all dynamic/misc
dynamic minors
On 10/15/24 00:02, Vimal Agrawal wrote:
...
> +static struct kunit_suite test_suite = {
> + .name = "misc_minor_test",
> + .test_cases = test_cases,
> +};
> +kunit_test_suite(test_suite);
> +
> +MODULE_LICENSE("GPL");
Since commit 1fffe7a34c89 ("script: modpost: emit a warning when the
description is missing"), a module without a MODULE_DESCRIPTION() will
result in a warning when built with make W=1. Recently, multiple
developers have been eradicating these warnings treewide, and very few
(if any) are left, so please don't introduce a new one :)
Please add the missing MODULE_DESCRIPTION()
/jeff
Powered by blists - more mailing lists