mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-25 00:52:45 -04:00
crypto: bcm - Fix sparse warnings
This patch fixes a number of sparse warnings in the bcm driver. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
@@ -73,10 +73,10 @@ enum spu2_ret_md_opts {
|
||||
|
||||
/* Fixed Metadata format */
|
||||
struct SPU2_FMD {
|
||||
u64 ctrl0;
|
||||
u64 ctrl1;
|
||||
u64 ctrl2;
|
||||
u64 ctrl3;
|
||||
__le64 ctrl0;
|
||||
__le64 ctrl1;
|
||||
__le64 ctrl2;
|
||||
__le64 ctrl3;
|
||||
};
|
||||
|
||||
#define FMD_SIZE sizeof(struct SPU2_FMD)
|
||||
|
||||
Reference in New Issue
Block a user