]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/kmod-setup.c
tree-wide: replace 'unsigned int' with 'unsigned'
[thirdparty/systemd.git] / src / core / kmod-setup.c
index 5feb9962ba1cad05d5b3d192d5048fb941f88e6c..a91cfebc6781f77c260b43dd64768b38ab0fe4e5 100644 (file)
@@ -95,7 +95,7 @@ int kmod_setup(void) {
                 { "virtio_rng", NULL,                       false,  false,   has_virtio_rng },
         };
         _cleanup_(kmod_unrefp) struct kmod_ctx *ctx = NULL;
-        unsigned int i;
+        unsigned i;
 
         if (have_effective_cap(CAP_SYS_MODULE) == 0)
                 return 0;