Tag: 1f9d82d29345b0bf6a4ce4eec13e63236b739272

staging: rtl8188eu: correct code alignment

Author: Teodora Baluta <teobaluta@gmail.com> This patch fixes incorrect code alignment due to mixed indenting with spaces and tabs. This patch was detected using coccinelle and silences the following warnings: drivers/staging/rtl8188eu/core/rtw_io.c:297:2-29: code aligned with following code on line 299 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c:4420:2-29: code aligned with following code on line 4422 drivers/staging/rtl8188eu/os_dep/osdep_service.c:54:2-17: code aligned with following code on line …

Continue reading