From: Veronika Kabatova Date: Sat, 25 Oct 2014 21:21:20 +0000 (+0200) Subject: staging: vt6655: iowpa.h: Replace C99 // comments by /* */ X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=fab2f89359dc1656c3d84629f76f16603514173f;p=deliverable%2Flinux.git staging: vt6655: iowpa.h: Replace C99 // comments by /* */ Replace C99 "//" comments by "/* */" Signed-off-by: Veronika Kabatova Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6655/iowpa.h b/drivers/staging/vt6655/iowpa.h index fe4b22ed49f4..7f79eaeecc9e 100644 --- a/drivers/staging/vt6655/iowpa.h +++ b/drivers/staging/vt6655/iowpa.h @@ -31,7 +31,7 @@ #define WPA_IE_LEN 64 -//WPA related +/* WPA related */ enum { VIAWGET_SET_WPA = 1, @@ -117,9 +117,9 @@ struct viawget_scan_result { u16 wpa_ie_len; u8 rsn_ie[WPA_IE_LEN]; u16 rsn_ie_len; - int freq; // MHz - int caps; // e.g. privacy - int qual; // signal quality + int freq; /* MHz */ + int caps; /* e.g. privacy */ + int qual; /* signal quality */ int noise; int level; int maxrate; @@ -127,4 +127,4 @@ struct viawget_scan_result { #pragma pack() -#endif //__IOWPA_H__ +#endif /* __IOWPA_H__ */