hwrng: iproc-rng200 - use semicolons rather than commas to separate statements
[ Upstream commit f9dc446cb959d1efdb971fb3cde18c354a4a04c9 ] 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: 8e03dd62e5be ("hwrng: iproc-rng200 - Implement suspend and resume calls") Signed-off-by:
Sasha Levin <sashal@kernel.org>
Loading
Please register or sign in to comment