[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <Zo2G6P-hFER6EqgQ@google.com>
Date: Tue, 9 Jul 2024 11:52:24 -0700
From: Dmitry Torokhov <dmitry.torokhov@...il.com>
To: Mirsad Todorovac <mtodorovac69@...il.com>
Cc: linux-input@...r.kernel.org, linux-kernel@...r.kernel.org,
Felipe Balbi <me@...ipebalbi.com>,
Peter De Schrijver <peter.de-schrijver@...ia.com>
Subject: Re: [PROBLEM linux-next] drivers/input/misc/twl4030-pwrbutton.c:33:
warning: expecting prototype for twl4030().
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
Powered by blists - more mailing lists