]> git.baikalelectronics.ru Git - kernel.git/commit
STAGING - REALTEK RTL8188EU DRIVERS: Fix Coding Style Error
authorAnant Thazhemadam <anant.thazhemadam@gmail.com>
Sat, 25 Jul 2020 12:20:38 +0000 (17:50 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 25 Jul 2020 13:27:24 +0000 (15:27 +0200)
commit028cb2ba9af16e79ce6171db34505247a02faf32
tree935918197902b290280d7418478be5ddc3538583
parent7bc247f0eac6d62d540474c7fca299262f24bdcc
STAGING - REALTEK RTL8188EU DRIVERS: Fix Coding Style Error

Running the checkpatch.pl script on the file for which patch was created, the
following error was found to exist.
ERROR: space required after that ',' (ctx:VxV)

Fixed the above error which was found on line #721 by inserting a blank
space at the appropriate position.

Signed-off-by: Anant Thazhemadam <anant.thazhemadam@gmail.com>
Link: https://lore.kernel.org/r/20200725122041.5663-1-anant.thazhemadam@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_security.c