Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

platform/x86: dell-wmi-sysman: Fix typo in function comment

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>

authored by

Thorsten Blum and committed by
Ilpo Järvinen
ec427398 2d582157

+1 -1
+1 -1
drivers/platform/x86/dell/dell-wmi-sysman/sysman.c
··· 313 313 * destroy_attribute_objs() - Free a kset of kobjects 314 314 * @kset: The kset to destroy 315 315 * 316 - * Fress kobjects created for each attribute_name under attribute type kset 316 + * Frees kobjects created for each attribute_name under attribute type kset. 317 317 */ 318 318 static void destroy_attribute_objs(struct kset *kset) 319 319 {