Skip to content

Commit

Permalink
platform/x86: acerhdf: replace space by * in modalias
Browse files Browse the repository at this point in the history
Using space in module alias makes it harder to parse modules.alias.
Replace it by a star(*).

Reviewed-by: Peter Kästle <[email protected]>
Signed-off-by: Chih-Wei Huang <[email protected]>
Signed-off-by: Andy Shevchenko <[email protected]>
  • Loading branch information
cwhuang authored and andy-shev committed May 30, 2020
1 parent 2adaec4 commit c0f61c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/platform/x86/acerhdf.c
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ MODULE_ALIAS("dmi:*:*Packard*Bell*:pnDOTMU*:");
MODULE_ALIAS("dmi:*:*Packard*Bell*:pnENBFT*:");
MODULE_ALIAS("dmi:*:*Packard*Bell*:pnDOTMA*:");
MODULE_ALIAS("dmi:*:*Packard*Bell*:pnDOTVR46*:");
MODULE_ALIAS("dmi:*:*Acer*:pnExtensa 5420*:");
MODULE_ALIAS("dmi:*:*Acer*:pnExtensa*5420*:");

module_init(acerhdf_init);
module_exit(acerhdf_exit);

0 comments on commit c0f61c5

Please sign in to comment.