[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <9ceb24b8-6579-42d9-875c-649a1342c587@quicinc.com>
Date: Tue, 15 Oct 2024 15:13:52 -0700
From: Jeff Johnson <quic_jjohnson@...cinc.com>
To: Sven Schnelle <svens@...ux.ibm.com>, Heiko Carstens <hca@...ux.ibm.com>,
Vasily Gorbik <gor@...ux.ibm.com>,
Alexander Gordeev
<agordeev@...ux.ibm.com>,
Christian Borntraeger <borntraeger@...ux.ibm.com>,
Richard Cochran <richardcochran@...il.com>
CC: <linux-s390@...r.kernel.org>, Yangbo Lu <yangbo.lu@....com>,
<linux-kernel@...r.kernel.org>, <netdev@...r.kernel.org>
Subject: Re: [PATCH 3/3] s390/time: Add PtP driver
On 10/15/24 01:47, Sven Schnelle wrote:
...
> +module_init(ptp_s390_init);
> +module_exit(ptp_s390_exit);
> +
> +MODULE_AUTHOR("Sven Schnelle <svens@...ux.ibm.com>");
> +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