A semicolon is not needed after a switch statement.
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
                return ICP_QAT_HW_SHA512_STATE1_SZ;
        default:
                return -EFAULT;
-       };
+       }
        return -EFAULT;
 }
 
 
                return g2 ? PKE_DH_G2_4096 : PKE_DH_4096;
        default:
                return 0;
-       };
+       }
 }
 
 static int qat_dh_compute_value(struct kpp_request *req)
                return PKE_RSA_EP_4096;
        default:
                return 0;
-       };
+       }
 }
 
 #define PKE_RSA_DP1_512 0x1c161b3c
                return PKE_RSA_DP1_4096;
        default:
                return 0;
-       };
+       }
 }
 
 #define PKE_RSA_DP2_512 0x1c131b57
                return PKE_RSA_DP2_4096;
        default:
                return 0;
-       };
+       }
 }
 
 static int qat_rsa_enc(struct akcipher_request *req)