From: Johan Meiring Date: Fri, 30 Nov 2012 16:58:47 +0000 (+0200) Subject: staging: wlags49_h2: wl_profile.h: fixes C99 // comment X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=ba4126a7cd9568dd5587f400a769b923a6a09a35;p=deliverable%2Flinux.git staging: wlags49_h2: wl_profile.h: fixes C99 // comment This commit converts a C99 // comment to /* */. The checkpatch.pl tool reports that this file has no further styling issues. Signed-off-by: Johan Meiring Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wlags49_h2/wl_profile.h b/drivers/staging/wlags49_h2/wl_profile.h index 12faba2d676f..d615c836f950 100644 --- a/drivers/staging/wlags49_h2/wl_profile.h +++ b/drivers/staging/wlags49_h2/wl_profile.h @@ -84,4 +84,4 @@ int parse_mac_address(char *value, u_char *byte_array); void ParseConfigLine(char *pszLine, char **ppszLVal, char **ppszRVal); -#endif // __WL_PROFILE_H__ +#endif /* __WL_PROFILE_H__ */