Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: pi433: remove duplicated comments

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>

authored by

Sidong Yang and committed by
Greg Kroah-Hartman
6a74f103 97c9a70f

+1 -1
+1 -1
drivers/staging/pi433/pi433_if.c
··· 1406 1406 1407 1407 /* 1408 1408 * Claim device numbers. Then register a class 1409 - * that will key udev/mdev to add/remove /dev nodes. Last, register 1409 + * that will key udev/mdev to add/remove /dev nodes. 1410 1410 * Last, register the driver which manages those device numbers. 1411 1411 */ 1412 1412 status = alloc_chrdev_region(&pi433_dev, 0, N_PI433_MINORS, "pi433");