From: Veronika Kabatova Date: Sat, 25 Oct 2014 21:18:03 +0000 (+0200) Subject: staging: vt6655: IEEE11h.h: Replace C99 // comment by /* */ X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=d8e340de7d2e7df230bd0dc9f43e8205a8a70350;p=deliverable%2Flinux.git staging: vt6655: IEEE11h.h: Replace C99 // comment by /* */ Replace C99 "//" comment by "/* */" Signed-off-by: Veronika Kabatova Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6655/IEEE11h.h b/drivers/staging/vt6655/IEEE11h.h index 551922022b19..b3e318d7278f 100644 --- a/drivers/staging/vt6655/IEEE11h.h +++ b/drivers/staging/vt6655/IEEE11h.h @@ -39,4 +39,4 @@ bool IEEE11hbMSRRepTx( void *pMgmtHandle ); -#endif // __IEEE11h_H__ +#endif /* __IEEE11h_H__ */