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

staging: rtl8188eu: Fix redundant space coding style issue

Signed-off-by: Alex Yashchenko <alexhoppus111@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Alex Yashchenko and committed by
Greg Kroah-Hartman
37c00229 5dee6882

+1 -1
+1 -1
drivers/staging/rtl8188eu/hal/Hal8188ERateAdaptive.c
··· 733 733 pRAInfo->RTY[0], pRAInfo->RTY[1], 734 734 pRAInfo->RTY[2], pRAInfo->RTY[3], 735 735 pRAInfo->RTY[4], pRAInfo->DROP, 736 - macid_entry0 , macid_entry1)); 736 + macid_entry0, macid_entry1)); 737 737 if (pRAInfo->PTActive) { 738 738 if (pRAInfo->RAstage < 5) 739 739 odm_RateDecision_8188E(dm_odm, pRAInfo);