Re: [PATCH v3 1/4] kernel: param: rename locate_module_kobject

2025-02-13 Thread Petr Pavlu
On 2/11/25 22:48, Shyam Saini wrote: > The locate_module_kobject() function looks up an existing > module_kobject for a given module name. If it cannot find the > corresponding module_kobject, it creates one for the given name. > > This commit renames locate_module_kobject() to > lookup_or_create_

[PATCH v3 1/4] kernel: param: rename locate_module_kobject

2025-02-11 Thread Shyam Saini
The locate_module_kobject() function looks up an existing module_kobject for a given module name. If it cannot find the corresponding module_kobject, it creates one for the given name. This commit renames locate_module_kobject() to lookup_or_create_module_kobject() to better describe its operation