]> www.infradead.org Git - users/jedix/linux-maple.git/commit
staging: rtl8192e: Fix Assignment operator '=' in rtl_wx.c
authorAlien Wesley <alienwesley51@gmail.com>
Thu, 29 Aug 2024 12:32:51 +0000 (09:32 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Sep 2024 08:33:26 +0000 (10:33 +0200)
commiteea0007f6af778620aff51223f0de064e0df00d2
tree83fd0b0b54a81799f4353f36eb151c0d0d85f856
parent35c75ce7a79d050497e087f8fb350922333c2aeb
staging: rtl8192e: Fix Assignment operator '=' in rtl_wx.c

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

CHECK: Assignment operator '=' should be on the previous line.

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