Skip to content

Commit c0f61c5

Browse files
cwhuangandy-shev
authored andcommitted
platform/x86: acerhdf: replace space by * in modalias
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]>
1 parent 2adaec4 commit c0f61c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/platform/x86/acerhdf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ MODULE_ALIAS("dmi:*:*Packard*Bell*:pnDOTMU*:");
827827
MODULE_ALIAS("dmi:*:*Packard*Bell*:pnENBFT*:");
828828
MODULE_ALIAS("dmi:*:*Packard*Bell*:pnDOTMA*:");
829829
MODULE_ALIAS("dmi:*:*Packard*Bell*:pnDOTVR46*:");
830-
MODULE_ALIAS("dmi:*:*Acer*:pnExtensa 5420*:");
830+
MODULE_ALIAS("dmi:*:*Acer*:pnExtensa*5420*:");
831831

832832
module_init(acerhdf_init);
833833
module_exit(acerhdf_exit);

0 commit comments

Comments
 (0)