From: Juston Li Date: Fri, 12 Jun 2015 10:17:22 +0000 (-0700) Subject: staging: sm750fb: fix c99 comments X-Git-Tag: omap-for-v4.3/legacy-v2-signed~121^2~175 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ee35ea7759ae4a6e25f58ff19d8a60b48510aa5;p=pandora-kernel.git staging: sm750fb: fix c99 comments fixed all checkpatch.pl ERROR: do not use C99 // comments Any C99 comments used to comment out code are simply removed. Also some of the errors occur inside '#if 0' blocks which I might as well fix since checkpatch.pl caught them but the blocks themselves should probably be cleaned up later. Changes since v1: close a comment block Signed-off-by: Juston Li Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed