remove trailing semicolon in macros and coding style fix.
Signed-off-by: Meng Yu <yumeng18@huawei.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
 #define SMP_ALLOW_CMD(smp, code)       set_bit(code, &smp->allow_cmd)
 
 /* Keys which are not distributed with Secure Connections */
-#define SMP_SC_NO_DIST (SMP_DIST_ENC_KEY | SMP_DIST_LINK_KEY);
+#define SMP_SC_NO_DIST (SMP_DIST_ENC_KEY | SMP_DIST_LINK_KEY)
 
 #define SMP_TIMEOUT    msecs_to_jiffies(30000)
 
 
        SMP_DBG("r %16phN", r);
 
-       memzero_explicit(&ctx, sizeof (ctx));
+       memzero_explicit(&ctx, sizeof(ctx));
        return err;
 }