2015-02-27 18:18:26

by Matteo Semenzato

[permalink] [raw]
Subject: [PATCH] Staging: vt6655: replace C99 style comments

From: Matteo Semenzato <[email protected]>

This patch fixes the following error:
ERROR: do not use C99 // comments

Signed-off-by: Matteo Semenzato <[email protected]>
---
drivers/staging/vt6655/key.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/vt6655/key.h b/drivers/staging/vt6655/key.h
index c01d4af..261f818 100644
--- a/drivers/staging/vt6655/key.h
+++ b/drivers/staging/vt6655/key.h
@@ -66,4 +66,4 @@ int vnt_key_init_table(struct vnt_private *);
int vnt_set_keys(struct ieee80211_hw *hw, struct ieee80211_sta *sta,
struct ieee80211_vif *vif, struct ieee80211_key_conf *key);

-#endif // __KEY_H__
+#endif /* __KEY_H__ */
--
2.3.1