]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8188eu: eliminate spaces before commas
authorAndrzej Pietrasiewicz <andrzejtp2010@gmail.com>
Mon, 8 Jun 2015 21:16:44 +0000 (23:16 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 Jun 2015 01:04:04 +0000 (18:04 -0700)
commitc2e3b07ece53259ac16d609a8bd2069d3f3b8885
treea305b2a2a42ea85e11189230386b83adeb4c721d
parent5e947989f4a163d8f8ecd749263e66714b185977
staging: rtl8188eu: eliminate spaces before commas

Eliminate "space prohibited before that ','" errors found by checkpatch,
but do this only to lines which after the patch is applied do not
exceed 80 characters. Out of that only those lines are changed, whose
context does not exceed 80 characters in each line. In other words the
changes are limited to cases where the patch generated is itself
checkpatch-correct.

Rebased onto next-20150605.

Signed-off-by: Andrzej Pietrasiewicz <andrzejtp2010@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_efuse.c
drivers/staging/rtl8188eu/core/rtw_mlme.c
drivers/staging/rtl8188eu/core/rtw_mlme_ext.c
drivers/staging/rtl8188eu/core/rtw_sta_mgt.c
drivers/staging/rtl8188eu/hal/Hal8188ERateAdaptive.c
drivers/staging/rtl8188eu/hal/pwrseqcmd.c
drivers/staging/rtl8188eu/include/rtw_led.h
drivers/staging/rtl8188eu/include/rtw_mlme_ext.h
drivers/staging/rtl8188eu/include/rtw_security.h
drivers/staging/rtl8188eu/os_dep/rtw_android.c