From ee2d9df01fd70dba7265c8bf2d7d2876008d74ed Mon Sep 17 00:00:00 2001 From: Masanari Iida Date: Mon, 13 Jan 2014 01:44:07 +0900 Subject: [PATCH] staging: wlags49_h2: Fix "do not use C99 //" in wl_cs.h, wl_enc.h wl_main.h and wl_wext.h This patch fixed "Error: do not use C99 //" found by checkpatch.pl in multiple files within wlags49_h2. Signed-off-by: Masanari Iida Signed-off-by: Greg Kroah-Hartman --- drivers/staging/wlags49_h2/wl_cs.h | 2 +- drivers/staging/wlags49_h2/wl_enc.h | 4 ++-- drivers/staging/wlags49_h2/wl_main.h | 2 +- drivers/staging/wlags49_h2/wl_wext.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/wlags49_h2/wl_cs.h b/drivers/staging/wlags49_h2/wl_cs.h index 081cc6f..9a597a9 100644 --- a/drivers/staging/wlags49_h2/wl_cs.h +++ b/drivers/staging/wlags49_h2/wl_cs.h @@ -86,4 +86,4 @@ const char *DbgEvent( int mask ); -#endif // __WL_CS_H__ +#endif /* __WL_CS_H__ */ diff --git a/drivers/staging/wlags49_h2/wl_enc.h b/drivers/staging/wlags49_h2/wl_enc.h index 1804611..03a52fb 100644 --- a/drivers/staging/wlags49_h2/wl_enc.h +++ b/drivers/staging/wlags49_h2/wl_enc.h @@ -69,7 +69,7 @@ ******************************************************************************/ #define CRYPT_CODE "57617665A5D6" #define ENCRYPTION_LEN 102 -#define ENCRYPTION_MAGIC 0x48576877L // HWhw +#define ENCRYPTION_MAGIC 0x48576877L /* HWhw */ #define DEF_CRYPT_STR "G?TIUEA]d5MAdZV'eUb&&6.)'&:,'VF/(FR2)6^5*'*8*W6;+GB>,7NA-'ZD-X&G.H2J/8>M0(JP0XVS1HbV29.Y3):\\3YF_4IRb56" #define DEFAULT_CRYPT_MAC "W\x01\x6B\x66\xA5\x5A" @@ -115,4 +115,4 @@ int wl_wep_decode( char *szCrypt, void *Dest, char *szData ); -#endif // __WAVELAN2_ENCRYPTION_H__ +#endif /* __WAVELAN2_ENCRYPTION_H__ */ diff --git a/drivers/staging/wlags49_h2/wl_main.h b/drivers/staging/wlags49_h2/wl_main.h index 3b5acdf..3806e74 100644 --- a/drivers/staging/wlags49_h2/wl_main.h +++ b/drivers/staging/wlags49_h2/wl_main.h @@ -135,4 +135,4 @@ void wl_wds_netdev_deregister( struct wl_private *lp ); #define WL_WDS_NETDEV_DEREGISTER( ARG ) #endif /* USE_WDS */ -#endif // __WL_MAIN_H__ +#endif /* __WL_MAIN_H__ */ diff --git a/drivers/staging/wlags49_h2/wl_wext.h b/drivers/staging/wlags49_h2/wl_wext.h index 029da52..4a85dc88 100644 --- a/drivers/staging/wlags49_h2/wl_wext.h +++ b/drivers/staging/wlags49_h2/wl_wext.h @@ -85,4 +85,4 @@ void wl_wext_event_assoc_ie( struct net_device *dev ); extern const struct iw_handler_def wl_iw_handler_def; -#endif // __WL_WEXT_H__ +#endif /* __WL_WEXT_H__ */ -- 2.7.4