staging: rtl8188eu: while loop replaced by for loop in rtw_restruct_wmm_ie
commit628bd1c057157a67f40a5acb6dd58278ade018bf
authorIvan Safonov <insafonov@gmail.com>
Tue, 27 Oct 2015 15:23:57 +0000 (27 22:23 +0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 Oct 2015 00:09:08 +0000 (29 09:09 +0900)
treec82d065b140b5444dc51f2de818336dfaaffb0f9
parent2bc8c2fb223378d3c17825112c59235efd06c49d
staging: rtl8188eu: while loop replaced by for loop in rtw_restruct_wmm_ie

This patch replaces while loop with for loop, because the initial condition and the increment clearly and briefly defined for this loop.

Signed-off-by: Ivan Safonov <insafonov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_mlme.c