staging: pi433: remove duplicated comments
authorSidong Yang <realwakka@gmail.com>
Mon, 25 Jul 2022 11:45:13 +0000 (12:45 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 Jul 2022 06:42:14 +0000 (08:42 +0200)
Remove duplicated words in comments for readability. The words are
duplicated from a sentence below.

Signed-off-by: Sidong Yang <realwakka@gmail.com>
Link: https://lore.kernel.org/r/20220725114513.85089-1-realwakka@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/pi433/pi433_if.c

index 941aaa7..df02335 100644 (file)
@@ -1406,7 +1406,7 @@ static int __init pi433_init(void)
 
        /*
         * Claim device numbers.  Then register a class
-        * that will key udev/mdev to add/remove /dev nodes.  Last, register
+        * that will key udev/mdev to add/remove /dev nodes.
         * Last, register the driver which manages those device numbers.
         */
        status = alloc_chrdev_region(&pi433_dev, 0, N_PI433_MINORS, "pi433");