v6 of patch sent to LKML

This commit is contained in:
ed 2021-10-14 23:12:22 +01:00
parent 9313d1051b
commit 293b6df41b
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ struct asus_wmi_wmi_info {
};
struct asus_wmi_sensors {
/* lock access to instrnal cache */
/* lock access to internal cache */
struct mutex lock;
struct asus_wmi_wmi_info wmi;
};