]> git.baikalelectronics.ru Git - kernel.git/commit
drivers: base: change 'driver_create_groups' to 'driver_add_groups' in printk
authorJoe Pater <02joepater06@gmail.com>
Sun, 10 Jan 2021 14:54:43 +0000 (14:54 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 Jan 2021 13:35:09 +0000 (14:35 +0100)
commit4044b2fcfb2048a256529ecbd869b43713982006
tree5dbc14ac2192b0cca5e1d2f9b5ce8965d30e8ab3
parent4104ca776ba38d81bd6610256d3b0d7e6a058067
drivers: base: change 'driver_create_groups' to 'driver_add_groups' in printk

driver_create_groups doesn't seem to have ever existed. Change its
mention in a printk to 'driver_add_groups'.

Signed-off-by: Joe Pater <02joepater06@gmail.com>
Link: https://lore.kernel.org/r/20210110145442.15301-1-02joepater06@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/bus.c