Staging: winbond: Replace C99 comments with C89.
authorMike Sheldon <mike@mikeasoft.com>
Wed, 10 Mar 2010 13:32:01 +0000 (13:32 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 May 2010 18:35:35 +0000 (11:35 -0700)
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>

No differences found