* [PATCH] Staging: r8188eu: core: Please don't use multiple blank lines
@ 2022-02-09 20:32 Leonardo Araujo
0 siblings, 0 replies; only message in thread
From: Leonardo Araujo @ 2022-02-09 20:32 UTC (permalink / raw)
To: gregkh; +Cc: linux-kernel, linux-staging, Leonardo Araujo
This patch fixes the following checkpatch.pl warning:
CHECK: Please don't use multiple blank lines
Signed-off-by: Leonardo Araujo <leonardo.aa88@gmail.com>
---
drivers/staging/r8188eu/core/rtw_cmd.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/r8188eu/core/rtw_cmd.c b/drivers/staging/r8188eu/core/rtw_cmd.c
index e236316188c1..ef0dd395b1d8 100644
--- a/drivers/staging/r8188eu/core/rtw_cmd.c
+++ b/drivers/staging/r8188eu/core/rtw_cmd.c
@@ -433,7 +433,6 @@ u8 rtw_setdatarate_cmd(struct adapter *padapter, u8 *rateset)
void rtw_getbbrfreg_cmdrsp_callback(struct adapter *padapter, struct cmd_obj *pcmd)
{
-
kfree(pcmd->parmbuf);
kfree(pcmd);
}
--
2.29.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-02-09 20:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-09 20:32 [PATCH] Staging: r8188eu: core: Please don't use multiple blank lines Leonardo Araujo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).