]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sysext: Code style fixes
authorKrzesimir Nowak <knowak@microsoft.com>
Thu, 28 Mar 2024 17:23:33 +0000 (18:23 +0100)
committerKrzesimir Nowak <knowak@microsoft.com>
Fri, 19 Apr 2024 05:19:09 +0000 (07:19 +0200)
src/sysext/sysext.c

index 47ba78ab3a6e0d90ba39c53975bdeaf86ca9705e..87f55aca27d9a963a1a2e0936080636d4ed1680b 100644 (file)
@@ -1189,7 +1189,7 @@ static int mount_overlayfs_with_op(
                 const char *meta_path) {
 
         int r;
-        const chartop_layer = NULL;
+        const char *top_layer = NULL;
 
         assert(op);
         assert(overlay_path);
@@ -2336,7 +2336,7 @@ static int sysext_main(int argc, char *argv[]) {
 }
 
 static int run(int argc, char *argv[]) {
-        const charenv_var;
+        const char *env_var;
         int r;
 
         log_setup();