Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: rtl8712: cmd: remove redundant space after cast

Remove the unnecessary space immediately after a cast. Identified by
checkpatch: CHECK: No space is necessary after a cast.

Signed-off-by: Aliya Rahmani <aliyarahmani786@gmail.com>
Link: https://lore.kernel.org/r/20220413113531.31224-1-aliyarahmani786@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Aliya Rahmani and committed by
Greg Kroah-Hartman
ee25681a a8789783

+1 -1
+1 -1
drivers/staging/rtl8712/rtl871x_cmd.c
··· 536 536 return; 537 537 } 538 538 init_h2fwcmd_w_parm_no_rsp(ph2c, psetstakey_para, _SetStaKey_CMD_); 539 - ph2c->rsp = (u8 *) psetstakey_rsp; 539 + ph2c->rsp = (u8 *)psetstakey_rsp; 540 540 ph2c->rspsz = sizeof(struct set_stakey_rsp); 541 541 ether_addr_copy(psetstakey_para->addr, sta->hwaddr); 542 542 if (check_fwstate(pmlmepriv, WIFI_STATION_STATE))