From: Nandini Hanumanthagowda Date: Thu, 17 Oct 2013 18:52:26 +0000 (+0530) Subject: staging: vt6656: removed C99-style comments X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~198 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efbe51829fde64f52367b53f5dcfc60c474b88d9;p=pandora-kernel.git staging: vt6656: removed C99-style comments Linux style for comment is C89 style "/* */" and it doesn't prefer C99-style comment "//...". Hence replaced C99-style comments used in code by C89 style comment to comply with linux coding style Signed-off-by: Nandini Hanumanthagowda Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed