We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 438688d commit 881a103Copy full SHA for 881a103
drivers/platform/x86/think-lmi.c
@@ -1089,12 +1089,12 @@ static void tlmi_pwd_setting_release(struct kobject *kobj)
1089
kfree(setting);
1090
}
1091
1092
-static struct kobj_type tlmi_attr_setting_ktype = {
+static const struct kobj_type tlmi_attr_setting_ktype = {
1093
.release = &tlmi_attr_setting_release,
1094
.sysfs_ops = &tlmi_kobj_sysfs_ops,
1095
};
1096
1097
-static struct kobj_type tlmi_pwd_setting_ktype = {
+static const struct kobj_type tlmi_pwd_setting_ktype = {
1098
.release = &tlmi_pwd_setting_release,
1099
1100
0 commit comments