staging: rtl8723bs: align argument position in a new line
align function arguments position on a new line to open parentheses. Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com> Link: https://lore.kernel.org/r/f195bc7d72c122e5e16b3857cf99ae1f84734915.1620139727.git.fabioaiuto83@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
801deaf91a
commit
41c014b865
@ -2056,7 +2056,7 @@ static void aes_encrypt_deinit(void *ctx)
|
||||
* (SP) 800-38B.
|
||||
*/
|
||||
static int omac1_aes_128_vector(u8 *key, size_t num_elem,
|
||||
u8 *addr[], size_t *len, u8 *mac)
|
||||
u8 *addr[], size_t *len, u8 *mac)
|
||||
{
|
||||
void *ctx;
|
||||
u8 cbc[AES_BLOCK_SIZE], pad[AES_BLOCK_SIZE];
|
||||
|
Loading…
x
Reference in New Issue
Block a user