staging: vt6655: Fixed C99 // comment errors in wpa.h
The following patch fixes the checkpatch.pl warning: ERROR: do not use C99 // comments Signed-off-by: Esra Altintas <es.altintas@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
25ef419dc9
commit
f3512d5fe8
|
@ -80,4 +80,4 @@ WPAb_Is_RSN(
|
|||
PWLAN_IE_RSN_EXT pRSN
|
||||
);
|
||||
|
||||
#endif // __WPA_H__
|
||||
#endif /* __WPA_H__ */
|
||||
|
|
Loading…
Reference in New Issue