commit | b1facee664ab3b6b27715aec60653659f12182bd | [log] [tgz] |
---|---|---|
author | Mike Sheldon <mike@mikeasoft.com> | Wed Mar 10 13:32:01 2010 +0000 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue May 11 11:35:35 2010 -0700 |
tree | d5e20504b3d05def1ef8cf50b29674d4693f353f | |
parent | 64ff4044a8d99ea0ae858d2a0f1128ef82047f9c [diff] |
Staging: winbond: Replace C99 comments with C89. This patches mds.c to replace all the C99 style comments (//) with C89 style (/* ... */), as reported by checkpatch.pl. Signed-off-by: Mike Sheldon <mike@mikeasoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>