]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
staging: vt6655: Fixed C99 // comment errors in wpa.h
authorEsra Altintas <es.altintas@gmail.com>
Thu, 9 Oct 2014 18:37:44 +0000 (21:37 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Oct 2014 02:29:28 +0000 (10:29 +0800)
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>
drivers/staging/vt6655/wpa.h

index 1d1918a12641a1c095a753c73f45d9d824796fd6..d012cb97043f7cd9803cd81760b9ee12618d2c34 100644 (file)
@@ -80,4 +80,4 @@ WPAb_Is_RSN(
        PWLAN_IE_RSN_EXT pRSN
 );
 
-#endif // __WPA_H__
+#endif /* __WPA_H__ */