Re: [PROBLEM linux-next] drivers/input/misc/twl4030-pwrbutton.c:33: warning: expecting prototype for twl4030().

From: Dmitry Torokhov
Date: Tue Jul 09 2024 - 14:52:38 EST


On Mon, Jul 08, 2024 at 08:04:37PM +0200, Mirsad Todorovac wrote:
> On 7/8/24 19:00, Dmitry Torokhov wrote:
> > Hi Mirsad,
> >
> > On Sun, Jul 07, 2024 at 01:54:12AM +0200, Mirsad Todorovac wrote:
> >> Hi,
> >>
> >> This is the result of testing randconfig with KCONFIG_SEED=0xEE7AB52F in next-20240703 vanilla tree on
> >> Ubuntu 22.04 LTS. GCC used is gcc (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0.
> >
> > Have you saved the .config for the failed run by any chance?
> >
> > Thanks.
> >
>
> Hi Dmitry,
>
> Please find it attached to this message.

Thanks. LOL, here's the fix:

diff --git a/drivers/input/misc/twl4030-pwrbutton.c b/drivers/input/misc/twl4030-pwrbutton.c
index e3ee0638ffba..ade6685e5ce9 100644
--- a/drivers/input/misc/twl4030-pwrbutton.c
+++ b/drivers/input/misc/twl4030-pwrbutton.c
@@ -1,4 +1,4 @@
-/**
+/*
* twl4030-pwrbutton.c - TWL4030 Power Button Input Driver
*
* Copyright (C) 2008-2009 Nokia Corporation


Thanks.

--
Dmitry