]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: rtl8188eu: document enum where it is declared
authorLuca Ceresoli <luca@lucaceresoli.net>
Thu, 16 Apr 2015 21:28:03 +0000 (23:28 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 May 2015 07:24:09 +0000 (09:24 +0200)
commit2ff4e79f0ed3573515a49af8f91e64d669a41dac
tree316023e0afdf99d37a2ed19a912ddfee208b414f
parent22a1279b84d21701a59f2407dec9ad8c0481ec8f
staging: rtl8188eu: document enum where it is declared

The comment "/* open system */" is repeated verbatim in several places where
dot11AuthAlgrthm_Open is referenced, but not where it is declared.

Move it to be only at its declaration.

This also fixes some "line over 80 characters" checkpatch warnings.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/include/rtw_mlme.h
drivers/staging/rtl8188eu/os_dep/ioctl_linux.c
drivers/staging/rtl8188eu/os_dep/mlme_linux.c
drivers/staging/rtl8188eu/os_dep/os_intfs.c