Pacify check-names.sh
diff --git a/include/psa/crypto_accel_driver.h b/include/psa/crypto_accel_driver.h
index 1e1940c..4a540f0 100644
--- a/include/psa/crypto_accel_driver.h
+++ b/include/psa/crypto_accel_driver.h
@@ -356,7 +356,7 @@
  * - `psa_drv_accel_cipher_update_t`
  * - ...
  * - `psa_drv_accel_cipher_finish_t`
-
+ *
  * If a previously started hardware-accelerated Cipher operation needs to be
  * terminated, it should be done so by the `psa_drv_accel_cipher_abort_t`.
  * Failure to do so may result in allocated resources not being freed or in
@@ -554,7 +554,7 @@
  *                                      the `ciphertext` buffer
  *
  * \retval #PSA_SUCCESS
-
+ *
  */
 typedef psa_status_t (*psa_drv_accel_aead_encrypt_t)(const uint8_t *p_key,
                                                      size_t key_length,