Commit 95a9916c authored by Werner Sembach's avatar Werner Sembach Committed by Dmitry Torokhov

Input: i8042 - move __initconst to fix code styling warning

Move __intconst from before i8042_dmi_laptop_table[] to after it for
consistent code styling.
Signed-off-by: default avatarWerner Sembach <wse@tuxedocomputers.com>
Reviewed-by: default avatarHans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20220629112725.12922-2-wse@tuxedocomputers.comSigned-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent b2274ff2
......@@ -791,7 +791,7 @@ static const struct dmi_system_id __initconst i8042_dmi_nopnp_table[] = {
{ }
};
static const struct dmi_system_id __initconst i8042_dmi_laptop_table[] = {
static const struct dmi_system_id i8042_dmi_laptop_table[] __initconst = {
{
.matches = {
DMI_MATCH(DMI_CHASSIS_TYPE, "8"), /* Portable */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment