On Mon, Apr 27, 2015, at 04:45, Jean Delvare wrote: > Fix the following warning: > > warning: "static" is not at beginning of declaration > void static hotkey_mask_warn_incomplete_mask(void) > ^ > > Signed-off-by: Jean Delvare <jdelvare@xxxxxxx> > Cc: Henrique de Moraes Holschuh <ibm-acpi@xxxxxxxxxx> > Cc: Darren Hart <dvhart@xxxxxxxxxxxxx> Acked-by: Henrique de Moraes Holschuh <hmh@xxxxxxxxxx> > --- > drivers/platform/x86/thinkpad_acpi.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- linux-4.1-rc0.orig/drivers/platform/x86/thinkpad_acpi.c 2015-04-26 22:49:27.587460658 +0200 > +++ linux-4.1-rc0/drivers/platform/x86/thinkpad_acpi.c 2015-04-27 09:39:10.628031136 +0200 > @@ -2093,7 +2093,7 @@ static int hotkey_mask_get(void) > return 0; > } > > -void static hotkey_mask_warn_incomplete_mask(void) > +static void hotkey_mask_warn_incomplete_mask(void) > { > /* log only what the user can fix... */ > const u32 wantedmask = hotkey_driver_mask & > > > -- > Jean Delvare > SUSE L3 Support -- "One disk to rule them all, One disk to find them. One disk to bring them all and in the darkness grind them. In the Land of Redmond where the shadows lie." -- The Silicon Valley Tarot Henrique Holschuh -- To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html