[PATCH 5/6] Staging:android Removes the unwanted comment to make it line lesser than 80 characters

Pradheep pradheep.sh at gmail.com
Wed Jan 18 03:19:23 UTC 2012


This patch removes the unwanted commented to fix the over 80 character limit to pass checkpatch.pl

Signed-off-by:pradheep.sh at gmail.com
---
 drivers/staging/android/ram_console.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/android/ram_console.c b/drivers/staging/android/ram_console.c
index 6d4d679..3b42d3e 100644
--- a/drivers/staging/android/ram_console.c
+++ b/drivers/staging/android/ram_console.c
@@ -364,7 +364,7 @@ static int ram_console_driver_probe(struct platform_device *pdev)
 	if (pdata)
 		bootinfo = pdata->bootinfo;
 
-	return ram_console_init(buffer, buffer_size, bootinfo, NULL/* allocate */);
+	return ram_console_init(buffer, buffer_size, bootinfo, NULL);
 }
 
 static struct platform_driver ram_console_driver = {
-- 
1.7.1




More information about the devel mailing list