Skip to content

Commit 056cd14

Browse files
abid-sayyadgregkh
authored andcommitted
staging: rtl8723bs: include: Fix trailing */ position in rtw_security.h
This change enhances readability and conforms to the standard commenting style in the kernel. Reported by `checkpatch.pl`: WARNING: trailing `*/` should be on a separate line. Signed-off-by: Sayyad Abid <[email protected]> Tested-by: Philipp Hortmann <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent d958ae0 commit 056cd14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/staging/rtl8723bs/include/rtw_security.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@ struct mic_data {
240240
/* ===== start - public domain SHA256 implementation ===== */
241241

242242
/* This is based on SHA256 implementation in LibTomCrypt that was released into
243-
* public domain by Tom St Denis. */
243+
* public domain by Tom St Denis.
244+
*/
244245

245246
int omac1_aes_128(u8 *key, u8 *data, size_t data_len, u8 *mac);
246247
void rtw_secmicsetkey(struct mic_data *pmicdata, u8 *key);

0 commit comments

Comments
 (0)