hwrng: iproc-rng200 - use semicolons rather than commas to separate statements
[ Upstream commit f9dc446c ] Replace commas with semicolons. What is done is essentially described by the following Coccinelle semantic patch (http://coccinelle.lip6.fr/ ): // <smpl> @@ expression e1,e2; @@ e1 -, +; e2 ... when any // </smpl> Signed-off-by:Julia Lawall <Julia.Lawall@inria.fr> Acked-by:
Florian Fainelli <f.fainelli@gmail.com> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au> Stable-dep-of: 8e03dd62 ("hwrng: iproc-rng200 - Implement suspend and resume calls") Signed-off-by:
Sasha Levin <sashal@kernel.org>
Loading
Please sign in to comment