treewide: correct argument comments

This commit is contained in:
Jelle van der Waa
2025-05-15 15:39:20 +02:00
parent f15dcafdb1
commit 346c62f9ca
16 changed files with 18 additions and 18 deletions

View File

@@ -46,7 +46,7 @@ int cg_path_open(const char *controller, const char *path) {
_cleanup_free_ char *fs = NULL;
int r;
r = cg_get_path(controller, path, /* item=*/ NULL, &fs);
r = cg_get_path(controller, path, /* suffix=*/ NULL, &fs);
if (r < 0)
return r;