From 5ee35ea7759ae4a6e25f58ff19d8a60b48510aa5 Mon Sep 17 00:00:00 2001 From: Juston Li Date: Fri, 12 Jun 2015 03:17:22 -0700 Subject: [PATCH] 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-format-patch failed