]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: pi433: Remove comments inside code
authorHariPrasath Elango <hariprasath.elango@gmail.com>
Wed, 14 Mar 2018 10:23:31 +0000 (15:53 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Mar 2018 12:06:24 +0000 (13:06 +0100)
Remove comments inbetween code as in this case.

Signed-off-by: HariPrasath Elango <hariprasath.elango@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/pi433/pi433_if.c

index 88da91d31e615fd6783f146e6ca3dde3ff7ccb3a..5c6a7224180a591b3f1fcc7e3819f4c1ef5082ce 100644 (file)
@@ -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;