On Fri, Dec 04, 2020 at 12:44:24PM +0100, Greg KH wrote:
From: Greg Kroah-Hartman gregkh@linuxfoundation.org
For some reason, the original aux bus patch had some really long lines in a few places, probably due to it being a very long-lived patch in development by many different people. Fix that up so that the two files all have the same length lines and function formatting styles.
Signed-off-by: Greg Kroah-Hartman gregkh@linuxfoundation.org
drivers/base/Kconfig | 2 +- drivers/base/auxiliary.c | 58 ++++++++++++++++++++++------------------ 2 files changed, 33 insertions(+), 27 deletions(-)
diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig index 040be48ce046..ba52b2c40202 100644 --- a/drivers/base/Kconfig +++ b/drivers/base/Kconfig @@ -2,7 +2,7 @@ menu "Generic Driver Options"
config AUXILIARY_BUS
- bool
- tristate "aux bus!"
config UEVENT_HELPER bool "Support for uevent helper"
Argh, wrong version of this patch, this was added locally for me to test with, let me fix up and resend a v2 of this patch.
thanks,
greg k-h