Skip to content

Commit 41c014b

Browse files
fabioaiutogregkh
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/f195bc7d72c122e5e16b3857cf99ae1f84734915.1620139727.git.fabioaiuto83@gmail.com Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 801deaf commit 41c014b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/staging/rtl8723bs/core/rtw_security.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2056,7 +2056,7 @@ static void aes_encrypt_deinit(void *ctx)
20562056
* (SP) 800-38B.
20572057
*/
20582058
static int omac1_aes_128_vector(u8 *key, size_t num_elem,
2059-
u8 *addr[], size_t *len, u8 *mac)
2059+
u8 *addr[], size_t *len, u8 *mac)
20602060
{
20612061
void *ctx;
20622062
u8 cbc[AES_BLOCK_SIZE], pad[AES_BLOCK_SIZE];

0 commit comments

Comments
 (0)