.halg = {
                                        .digestsize = SHA1_DIGEST_SIZE,
                                        .statesize = sizeof(struct sha1_state),
-                                       },
                                },
+                       },
                },
                .hash_mode = DRV_HASH_SHA1,
                .hw_mode = DRV_HASH_HW_SHA1,
                                .halg = {
                                        .digestsize = SHA256_DIGEST_SIZE,
                                        .statesize = sizeof(struct sha256_state),
-                                       },
                                },
+                       },
                },
                .hash_mode = DRV_HASH_SHA256,
                .hw_mode = DRV_HASH_HW_SHA256,
                                .halg = {
                                        .digestsize = SHA224_DIGEST_SIZE,
                                        .statesize = sizeof(struct sha256_state),
-                                       },
                                },
+                       },
                },
                .hash_mode = DRV_HASH_SHA224,
                .hw_mode = DRV_HASH_HW_SHA256,
                                .halg = {
                                        .digestsize = SHA384_DIGEST_SIZE,
                                        .statesize = sizeof(struct sha512_state),
-                                       },
                                },
+                       },
                },
                .hash_mode = DRV_HASH_SHA384,
                .hw_mode = DRV_HASH_HW_SHA512,
                                .halg = {
                                        .digestsize = SHA512_DIGEST_SIZE,
                                        .statesize = sizeof(struct sha512_state),
-                                       },
                                },
+                       },
                },
                .hash_mode = DRV_HASH_SHA512,
                .hw_mode = DRV_HASH_HW_SHA512,
                                .halg = {
                                        .digestsize = MD5_DIGEST_SIZE,
                                        .statesize = sizeof(struct md5_state),
-                                       },
                                },
+                       },
                },
                .hash_mode = DRV_HASH_MD5,
                .hw_mode = DRV_HASH_HW_MD5,
                                .halg = {
                                        .digestsize = AES_BLOCK_SIZE,
                                        .statesize = sizeof(struct aeshash_state),
-                                       },
                                },
+                       },
                },
                .hash_mode = DRV_HASH_NULL,
                .hw_mode = DRV_CIPHER_XCBC_MAC,
                                .halg = {
                                        .digestsize = AES_BLOCK_SIZE,
                                        .statesize = sizeof(struct aeshash_state),
-                                       },
                                },
+                       },
                },
                .hash_mode = DRV_HASH_NULL,
                .hw_mode = DRV_CIPHER_CMAC,