[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20180314102336.8594-1-hariprasath.elango@gmail.com>
Date: Wed, 14 Mar 2018 15:53:31 +0530
From: hariprasath.elango@...il.com
To: linux@...f-entwicklungen.de, gregkh@...uxfoundation.org
Cc: hariprasath.elango@...il.com,
Valentin Vidic <Valentin.Vidic@...Net.hr>,
Simon Sandström <simon@...anor.nu>,
Nguyen Phan Quang Minh <minhnpq16@...il.com>,
Al Viro <viro@...iv.linux.org.uk>,
Srishti Sharma <srishtishar@...il.com>,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: [PATCH] staging: pi433: Remove comments inside code
From: HariPrasath Elango <hariprasath.elango@...il.com>
Remove comments inbetween code as in this case.
Signed-off-by: HariPrasath Elango <hariprasath.elango@...il.com>
---
drivers/staging/pi433/pi433_if.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/pi433/pi433_if.c b/drivers/staging/pi433/pi433_if.c
index 88da91d..5c6a722 100644
--- a/drivers/staging/pi433/pi433_if.c
+++ b/drivers/staging/pi433/pi433_if.c
@@ -1331,7 +1331,7 @@ static int __init pi433_init(void)
* that will key udev/mdev to add/remove /dev nodes. Last, register
* Last, register the driver which manages those device numbers.
*/
- status = alloc_chrdev_region(&pi433_dev, 0 /*firstminor*/, N_PI433_MINORS /*count*/, "pi433" /*name*/);
+ status = alloc_chrdev_region(&pi433_dev, 0, N_PI433_MINORS, "pi433");
if (status < 0)
return status;
--
2.10.0.GIT
Powered by blists - more mailing lists