This patch removes the unwanted commented to fix the over 80 character limit to pass checkpatch.pl Signed-off-by:pradheep.sh@xxxxxxxxx --- 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 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel