]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: sahara - Improve a size determination in sahara_probe()
authorMarkus Elfring <elfring@users.sourceforge.net>
Wed, 14 Feb 2018 13:14:05 +0000 (14:14 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 22 Feb 2018 14:16:38 +0000 (22:16 +0800)
commit297f4fbcda1d6d4d506c3856df5f5168884d1a45
treee79b99932cb4852217736eb4e8c4b13712402861
parent94026a8630cdf552010133d020047e7a9bbaa5e7
crypto: sahara - Improve a size determination in sahara_probe()

Replace the specification of a data structure by a pointer dereference
as the parameter for the operator "sizeof" to make the corresponding size
determination a bit safer according to the Linux coding style convention.

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/sahara.c