Skip to content

Commit 8c225c4

Browse files
Marco Cesatigregkh
authored andcommitted
Staging: rtl8723bs: fix spaces in rtw_cmd.c
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" torvalds#206: FILE: ./core/rtw_cmd.c:206: +static void c2h_wk_callback(struct work_struct * work); Reviewed-by: Dan Carpenter <[email protected]> Signed-off-by: Marco Cesati <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent b828324 commit 8c225c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/staging/rtl8723bs/core/rtw_cmd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ int rtw_init_cmd_priv(struct cmd_priv *pcmdpriv)
203203
return res;
204204
}
205205

206-
static void c2h_wk_callback(struct work_struct * work);
206+
static void c2h_wk_callback(struct work_struct *work);
207207
int rtw_init_evt_priv(struct evt_priv *pevtpriv)
208208
{
209209
/* allocate DMA-able/Non-Page memory for cmd_buf and rsp_buf */

0 commit comments

Comments
 (0)