Message ID | 20201112110204.2083435-4-lee.jones@linaro.org (mailing list archive) |
---|---|
State | Superseded |
Commit | 7d52613d1c93bfe0116b9147b0232604592e4716 |
Headers | show |
Series | Rid W=1 issues from Input | expand |
On Thu, Nov 12, 2020 at 11:01:52AM +0000, Lee Jones wrote: > Fixes the following W=1 kernel build warning(s): > > drivers/input/misc/mc13783-pwrbutton.c:32: warning: cannot understand function prototype: 'struct mc13783_pwrb ' > > Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com> > Cc: De Schrijver <peter.de-schrijver@nokia.com> > Cc: Felipe Balbi <felipe.balbi@nokia.com> > Cc: linux-input@vger.kernel.org > Signed-off-by: Lee Jones <lee.jones@linaro.org> Applied, thank you.
diff --git a/drivers/input/misc/mc13783-pwrbutton.c b/drivers/input/misc/mc13783-pwrbutton.c index afdf8ef25ee86..0636eee4bb6ce 100644 --- a/drivers/input/misc/mc13783-pwrbutton.c +++ b/drivers/input/misc/mc13783-pwrbutton.c @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2011 Philippe Rétornaz * * Based on twl4030-pwrbutton driver by:
Fixes the following W=1 kernel build warning(s): drivers/input/misc/mc13783-pwrbutton.c:32: warning: cannot understand function prototype: 'struct mc13783_pwrb ' Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com> Cc: De Schrijver <peter.de-schrijver@nokia.com> Cc: Felipe Balbi <felipe.balbi@nokia.com> Cc: linux-input@vger.kernel.org Signed-off-by: Lee Jones <lee.jones@linaro.org> --- drivers/input/misc/mc13783-pwrbutton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)