mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 22:22:08 +02:00
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>
This commit is contained in:
parent
97c9a70f12
commit
6a74f103e3
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user