mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
The file for the new certificate (Chen-Yu Tsai's) didn't
end with a comma, so depending on the file order in the
build rule, we'd end up with invalid C when concatenating
the (now two) certificates. Fix that.
Cc: [email protected]
Reported-by: Biju Das <[email protected]>
Reported-by: Naresh Kamboju <[email protected]>
Fixes: fb768d3b13 ("wifi: cfg80211: Add my certificate")
Signed-off-by: Johannes Berg <[email protected]>