linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: pi433: Remove comments inside code
@ 2018-03-14 10:23 hariprasath.elango
  0 siblings, 0 replies; only message in thread
From: hariprasath.elango @ 2018-03-14 10:23 UTC (permalink / raw)
  To: linux, gregkh
  Cc: hariprasath.elango, Valentin Vidic, Simon Sandström,
	Nguyen Phan Quang Minh, Al Viro, Srishti Sharma, devel,
	linux-kernel

From: HariPrasath Elango <hariprasath.elango@gmail.com>

Remove comments inbetween code as in this case.

Signed-off-by: HariPrasath Elango <hariprasath.elango@gmail.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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-03-14 10:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-14 10:23 [PATCH] staging: pi433: Remove comments inside code hariprasath.elango

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).