commit | e17f46c6715448dace0e6300ac48f9052a3ca613 | [log] [tgz] |
---|---|---|
author | Michael Straube <straube.linux@gmail.com> | Sat Jul 07 13:22:50 2018 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Jul 07 16:48:24 2018 +0200 |
tree | 5c08ebe4663637331c2c06932462fa97fad0068a | |
parent | 50730e79a2af78c592c72f3c335de7ffc0409626 [diff] |
staging: rtl8188eu: replace while with shorter for loop Simplify rtw_get_rateset_len() by replacing the while loop with a shorter for loop. Also replace tabs with spaces in the definition line. Signed-off-by: Michael Straube <straube.linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>