mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 03:06:50 -04:00
staging: rtl8723bs: core: rtw_cmd: Missing a blank line after declarations
Fix checkpatch: WARNING: Missing a blank line after declarations Signed-off-by: Manuel Quintero F <sakunix@yahoo.com> Link: https://lore.kernel.org/r/20241005233308.4520-1-sakunix@yahoo.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
d8aa437cb8
commit
41ffdb8faa
@@ -1464,6 +1464,7 @@ u8 rtw_ps_cmd(struct adapter *padapter)
|
||||
struct drvextra_cmd_parm *pdrvextra_cmd_parm;
|
||||
struct cmd_priv *pcmdpriv = &padapter->cmdpriv;
|
||||
u8 res = _SUCCESS;
|
||||
|
||||
ppscmd = rtw_zmalloc(sizeof(struct cmd_obj));
|
||||
if (!ppscmd) {
|
||||
res = _FAIL;
|
||||
|
||||
Reference in New Issue
Block a user