Re: [PATCH] Staging: xgifb: fixed many style issue in vb_ext.c

From: Riccardo Magliocchetti
Date: Wed Sep 01 2010 - 08:36:23 EST


Il 01/09/2010 11:48, Prashant P. Shah ha scritto:
This is a patch to the vb_ext.c file that fixes many style
issues found by the checkpatch.pl tool.
- extra spaces
- invalid code indent
- extra braces
- invalid comment style
>
Signed-off-by: Prashant P. Shah<pshah.mumbai@xxxxxxxxx>
---
drivers/staging/xgifb/vb_ext.c | 1816 +++++++++++++++++++---------------------
1 files changed, 846 insertions(+), 970 deletions(-)

-/* ------------------------------------------------------ */
-/* Function : XGINew_SenseHiTV */
-/* Input : */
-/* Output : */
-/* Description : */
-/* ------------------------------------------------------ */
+/* ----------------------------------------------------------------------------
+ * Function : XGINew_SenseHiTV
+ * Input :
+ * Output :
+ * Description :
+ * ----------------------------------------------------------------------------
+ */

I think you can remove all the banners without meaningful content instead of making checkpatch happy about them.

thanks,
riccardo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/