mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02: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:
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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user