MAINTAINERS: update hexagon maintainer email, tree
[linux-2.6-microblaze.git] / scripts / gcc-plugins / latent_entropy_plugin.c
index 9dced66..589454b 100644 (file)
@@ -524,7 +524,7 @@ static unsigned int latent_entropy_execute(void)
        while (bb != EXIT_BLOCK_PTR_FOR_FN(cfun)) {
                perturb_local_entropy(bb, local_entropy);
                bb = bb->next_bb;
-       };
+       }
 
        /* 4. mix local entropy into the global entropy variable */
        perturb_latent_entropy(local_entropy);