]> www.infradead.org Git - users/jedix/linux-maple.git/commit
staging: rtl8192e: Fix multiple assignments in rtl_wx.c
authorAlien Wesley <alienwesley51@gmail.com>
Thu, 29 Aug 2024 11:36:06 +0000 (08:36 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Sep 2024 08:33:23 +0000 (10:33 +0200)
commit35c75ce7a79d050497e087f8fb350922333c2aeb
treef695012028f83ae8a6c3c3dc52299129d25b9a50
parent0348e117d9599b49940b968583d6e076a8004bc7
staging: rtl8192e: Fix multiple assignments in rtl_wx.c

Separated assignments for pairwise_key_type and group_key_type
in order to silence the following checkpatch warning.

CHECK: multiple assignments should be avoided.

Signed-off-by: Alien Wesley <alienwesley51@gmail.com>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/20240829113606.76645-1-alienwesley51@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl8192e/rtl_wx.c