aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlags49_h2
diff options
context:
space:
mode:
authorJohan Meiring <johanmeiring@gmail.com>2012-11-30 18:58:47 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-07 11:03:34 -0800
commitba4126a7cd9568dd5587f400a769b923a6a09a35 (patch)
tree70467091e9cbd568dd4c1f1a022804b562ebe21f /drivers/staging/wlags49_h2
parentstaging: wlags49_h2: wl_profile.h: fixes spacing around parentheses (diff)
downloadlinux-dev-ba4126a7cd9568dd5587f400a769b923a6a09a35.tar.xz
linux-dev-ba4126a7cd9568dd5587f400a769b923a6a09a35.zip
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 <johanmeiring@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wlags49_h2')
-rw-r--r--drivers/staging/wlags49_h2/wl_profile.h2
1 files changed, 1 insertions, 1 deletions
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__ */