]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
platform/x86: dell-wmi-sysman: Fix typo in function comment
authorThorsten Blum <thorsten.blum@linux.dev>
Wed, 1 Apr 2026 09:43:19 +0000 (11:43 +0200)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Tue, 7 Apr 2026 14:26:36 +0000 (17:26 +0300)
s/Fress/Frees/

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Link: https://patch.msgid.link/20260401094318.658932-2-thorsten.blum@linux.dev
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/platform/x86/dell/dell-wmi-sysman/sysman.c

index 353881353a04cced0757e9271ea9e357239ecf73..51d25fdc138975d193e24436cc8a658c0b3fca4f 100644 (file)
@@ -313,7 +313,7 @@ static int alloc_attributes_data(int attr_type)
  * destroy_attribute_objs() - Free a kset of kobjects
  * @kset: The kset to destroy
  *
- * Fress kobjects created for each attribute_name under attribute type kset
+ * Frees kobjects created for each attribute_name under attribute type kset.
  */
 static void destroy_attribute_objs(struct kset *kset)
 {