mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 00:06:36 +00:00
staging: wilc1000: rename u16DummyReasonCode to avoid camelCase
Fix 'Avoid camelCase' issue found by checkpatch.pl script. Signed-off-by: Ajay Singh <ajay.kathat@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3b9ccd3bdb
commit
e7893674d6
1 changed files with 2 additions and 2 deletions
|
@ -1795,11 +1795,11 @@ static void handle_disconnect(struct wilc_vif *vif)
|
|||
struct host_if_drv *hif_drv = vif->hif_drv;
|
||||
|
||||
s32 result = 0;
|
||||
u16 u16DummyReasonCode = 0;
|
||||
u16 dummy_reason_code = 0;
|
||||
|
||||
wid.id = (u16)WID_DISCONNECT;
|
||||
wid.type = WID_CHAR;
|
||||
wid.val = (s8 *)&u16DummyReasonCode;
|
||||
wid.val = (s8 *)&dummy_reason_code;
|
||||
wid.size = sizeof(char);
|
||||
|
||||
wilc_optaining_ip = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue