Skip to content

Commit

Permalink
fix missing brackets
Browse files Browse the repository at this point in the history
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
  • Loading branch information
MrDuartePT committed Mar 17, 2024
1 parent 9938367 commit 97ac0ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel_module/legion-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -1045,6 +1045,7 @@ static const struct dmi_system_id optimistic_allowlist[] = {
},
.driver_data = (void *)&model_fccn
},
{
// e.g. IdeaPad Gaming 3 15ARH05 (8K21)
.ident = "HACN",
.matches = {
Expand Down

0 comments on commit 97ac0ae

Please sign in to comment.