Documentation/auxiliary_bus: Clarify __auxiliary_driver_register
authorIra Weiny <ira.weiny@intel.com>
Thu, 2 Dec 2021 04:43:02 +0000 (20:43 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Dec 2021 15:41:50 +0000 (16:41 +0100)
commit05021dca787be566886875dc0c683552e1c67e5e
tree53a30a78de32155c42c36bac2df381c932969a98
parentcb2ba75935558e65f2c4fe411a78c375b2c64cb4
Documentation/auxiliary_bus: Clarify __auxiliary_driver_register

__auxiliary_driver_register is not intended to be called directly unless
a custom name is required.  Add documentation for this fact.

Signed-off-by: Ira Weiny <ira.weiny@intel.com>
Link: https://lore.kernel.org/r/20211202044305.4006853-5-ira.weiny@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/auxiliary.c