Skip to content

Commit

Permalink
staging: wlags49_h2: wl_util: converts C99 // comment
Browse files Browse the repository at this point in the history
This commit converts a C99 // comment to /* */

Signed-off-by: Johan Meiring <johanmeiring@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Johan Meiring authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent 76abcc5 commit 3bba619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/wlags49_h2/wl_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ void wl_process_updated_record(struct wl_private *lp);
void wl_process_assoc_status(struct wl_private *lp);
void wl_process_security_status(struct wl_private *lp);

#endif // __WL_UTIL_H__
#endif /* __WL_UTIL_H__ */

0 comments on commit 3bba619

Please sign in to comment.