From: Esra Altintas Date: Thu, 9 Oct 2014 18:37:44 +0000 (+0300) Subject: staging: vt6655: Fixed C99 // comment errors in wpa.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f3512d5fe86097a09267c547d60d15c8f3b61e15;p=linux-beck.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6655/wpa.h b/drivers/staging/vt6655/wpa.h index 1d1918a12641..d012cb97043f 100644 --- a/drivers/staging/vt6655/wpa.h +++ b/drivers/staging/vt6655/wpa.h @@ -80,4 +80,4 @@ WPAb_Is_RSN( PWLAN_IE_RSN_EXT pRSN ); -#endif // __WPA_H__ +#endif /* __WPA_H__ */