Re: [PATCH] arch: um: drivers: Kconfig: formatting cleanup

2019-03-07 Thread Enrico Weigelt, metux IT consult
On 06.03.19 22:43, Richard Weinberger wrote: > Am Mittwoch, 6. März 2019, 19:32:44 CET schrieb Enrico Weigelt, metux IT > consult: > > Here please also a changelog. :-) Sorry, forgotten that :o Those things happen if you're doing the same thing a hundred times (yes, I took th

[PATCH v2] arch: sh: Kconfig: pedantic formatting

2019-03-07 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so just take damp cloth and clean it up. Just indention changes. Signed-off-by: Enrico Weigelt, metux IT consult --- arch/sh/Kconfig| 24 arch/sh/boards/Kconfig | 10 +- arch/sh/mm/Kconfig | 6

[PATCH v2] arch: um: drivers: Kconfig: pedantic formatting

2019-03-07 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so just take damp cloth and clean it up. Just indention changes. Signed-off-by: Enrico Weigelt, metux IT consult --- arch/um/drivers/Kconfig | 352 1 file changed, 176 insertions(+), 176

Re: [PATCH] fs: 9p: Kconfig: pedantic cleanups

2019-03-08 Thread Enrico Weigelt, metux IT consult
On 07.03.19 00:27, Dominique Martinet wrote: > Enrico Weigelt, metux IT consult wrote on Wed, Mar 06, 2019: >> Signed-off-by: Enrico Weigelt, metux IT consult > > I don't mind trivial patches but please resend with a description of > what is done (change spaces to tabs) in

[PATCH v2] fs: 9p: Kconfig: pedantic cleanups

2019-03-08 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so just take a damp cloth and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- fs/9p/Kconfig | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/fs/9p/Kconfig b/fs/9p/Kconfig index 11045d8

Re: [PATCH 1/3] x86: apuv2: remove unused variable

2019-03-08 Thread Enrico Weigelt, metux IT consult
e kconfig fixes ? --mtx -- Enrico Weigelt, metux IT consult Free software and Linux embedded engineering i...@metux.net -- +49-151-27565287

[PATCH] lib: devres: devm_ioremap_resource() make res parameter const

2019-03-08 Thread Enrico Weigelt, metux IT consult
devm_ioremap_resource() doesn't change the passed struct resource, so it can be a const pointer. Now, calls sites w/ fixed resources can declare them static. (in some cases possibly even __initconst) Signed-off-by: Enrico Weigelt, metux IT consult --- include/linux/device.h | 3 ++- lib

[PATCH v1 3/5] scripts: mkdebian: fix missing dependencies

2019-03-08 Thread Enrico Weigelt, metux IT consult
We missed some build dependencies in the generated debian/control file. Signed-off-by: Enrico Weigelt, metux IT consult --- scripts/package/mkdebian | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/package/mkdebian b/scripts/package/mkdebian index ff226be..1caaf0b

Debian build polishing

2019-03-08 Thread Enrico Weigelt, metux IT consult
Hi folks, here're some patches for polishing up the Debian packaging stuff, so it can be directly used w/ usual Debian machinery like pbuilder, git-buildpackage, dck-buildpackage, etc. These expect debian/rules to exist in the unpacked/patched tree and drive the whole build. Currently 'make

[PATCH v1 5/5] debian: add generic rule file

2019-03-08 Thread Enrico Weigelt, metux IT consult
- this is done similar to the 'deb-pkg' make rule, scripts/packaging/mkdebian. Signed-off-by: Enrico Weigelt, metux IT consult --- .gitignore | 1 + MAINTAINERS | 6 ++ debian/rules | 27 +++ 3 files changed, 34 insertions(+) create mode 100755 debian/rules diff --git

[PATCH v1 4/5] scripts: checkpatch.pl: don't complain that debian/rules is executable

2019-03-08 Thread Enrico Weigelt, metux IT consult
checkpatch.pl complains when adding executable "debian/rules", obviously a false alarm. Therefore add an exception for that. Signed-off-by: Enrico Weigelt, metux IT consult --- scripts/checkpatch.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/checkpatch.pl

[PATCH v1 1/5] Makefile: rules for printing kernel architecture and localversion

2019-03-08 Thread Enrico Weigelt, metux IT consult
trivial rule to print out the kernel arch and localversion, so external tools, like distro packagers, can easily get it. Signed-off-by: Enrico Weigelt, metux IT consult --- Makefile | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index f070e0d..95b50f8 100644

[PATCH v1 2/5] scripts: mkdebian: allow renaming generated debian/rules via env

2019-03-08 Thread Enrico Weigelt, metux IT consult
Add new environment variable KDEB_RULES for controlling where the generated debian rules are written to. By defaults, it's debian/rules, but packagers might override it for providing their own rules file. Signed-off-by: Enrico Weigelt, metux IT consult --- scripts/package/mkdebian | 5 - 1

Re: [PATCH v4 1/2] Provide in-kernel headers for making it easy to extend the kernel

2019-03-08 Thread Enrico Weigelt, metux IT consult
s+friends) 4. it shall be swappable (if swap is enabled) In that scenario, these in-kernel headers would just one consumer, I can imagine lots of others. --mtx -- Enrico Weigelt, metux IT consult Free software and Linux embedded engineering i...@metux.net -- +49-151-27565287

Re: [PATCH 2/4] Add SUNIX Multi-I/O card device driver

2019-03-08 Thread Enrico Weigelt, metux IT consult
; +{ > + struct snx_ser_driver *drv = > + (struct snx_ser_driver *)tty->driver->driver_state; > + > + struct snx_ser_state *state = NULL; > + struct tty_port *tport = NULL; > + > + int retval = 0; > + int line = SNX_SER_DEVNUM(tty); > + > + if (line < SNX_SER_TOTAL_MAX) { > + retval = -ENODEV; > + > + if (line >= SNX_SER_TOTAL_MAX) > + goto fail; > + > + state = snx_ser_get(drv, line); > + > + tport = >tport; > + > + if (IS_ERR(state)) { > + retval = PTR_ERR(state); > + goto fail; > + } > + > + if (!state) > + goto fail; > + > + > + state->port->suspended = 1; > + tty->driver_data = state; > + > + tport->low_latency = (state->port->flags & > + SNX_UPF_LOW_LATENCY) ? 1 : 0; > + > + state->info->tty = tty; > + > + tty_port_tty_set(tport, tty); > + > + if (tty_hung_up_p(filp)) { > + retval = -EAGAIN; > + state->count--; > + up(>sem); > + goto fail; > + } > + > + retval = snx_ser_startup(state, 0); > + > + if (retval == 0) > + retval = snx_ser_block_til_ready(filp, state); > + > + up(>sem); > + > + if (retval == 0 && !(state->info->flags & > + SNX_UIF_NORMAL_ACTIVE)) { > + state->info->flags |= SNX_UIF_NORMAL_ACTIVE; > + > + snx_ser_update_termios(state); > + } > + > + try_module_get(THIS_MODULE); why this ? > +extern int sunix_ser_register_driver(struct snx_ser_driver *drv) > +{ > + struct tty_driver *normal = NULL; > + int i; > + int ret = 0; > + > + drv->state = kmalloc(sizeof(struct snx_ser_state) * drv->nr, > + GFP_KERNEL); > + > + ret = -ENOMEM; > + > + if (!drv->state) { > + pr_err("SNX Error: Allocate memory fail !\n\n"); > + goto out; > + } > + > + memset(drv->state, 0, sizeof(struct snx_ser_state) * drv->nr); > + > + for (i = 0; i < drv->nr; i++) { > + struct snx_ser_state *state = drv->state + i; > + struct tty_port *tport = >tport; > + > + tty_port_init(tport); does that really need to be globally in driver init, instead of in per port device->open (and use device's private data) ? > +extern void sunix_ser_unregister_ports(struct snx_ser_driver *drv) why are these 'extern' ?! --mtx -- Enrico Weigelt, metux IT consult Free software and Linux embedded engineering i...@metux.net -- +49-151-27565287

Re: [PATCH 3/4] Add header file,Kconfig and Makefile

2019-03-08 Thread Enrico Weigelt, metux IT consult
CTL, 0x8c) > +#define SNX_PPYIELD _IO(SNX_PP_IOCTL, 0x8d) > +#define SNX_PPEXCL _IO(SNX_PP_IOCTL, 0x8f) > +#define SNX_PPDATADIR_IOW(SNX_PP_IOCTL, 0x90, int) > +#define SNX_PPNEGOT _IOW(SNX_PP_IOCTL, 0x91, int) > +#define SNX_PPWCTLONIRQ

Re: Debian build polishing

2019-03-08 Thread Enrico Weigelt, metux IT consult
On 08.03.19 18:57, Theodore Ts'o wrote: > On Fri, Mar 08, 2019 at 01:44:19PM +0100, Enrico Weigelt, metux IT consult > wrote: >> One point still puzzling me: once the debian/rules is applied and >> somebody calls `make deb-pkg`, he'll end up w/ unclean tree, as >>

Re: Debian build polishing

2019-03-10 Thread Enrico Weigelt, metux IT consult
test whether my approach also works for you ? --mtx -- Enrico Weigelt, metux IT consult Free software and Linux embedded engineering i...@metux.net -- +49-151-27565287

Re: [PATCH] drivers: iio: Kconfig: pedantic cleanup

2019-03-11 Thread Enrico Weigelt, metux IT consult
the autobuilders to play with it. thx. --mtx -- Enrico Weigelt, metux IT consult Free software and Linux embedded engineering i...@metux.net -- +49-151-27565287

Re: [PATCH] leds: fix a potential NULL pointer dereference

2019-03-11 Thread Enrico Weigelt, metux IT consult
vers/leds/leds-pca9532.c >> +++ b/drivers/leds/leds-pca9532.c >> @@ -513,6 +513,7 @@ static int pca9532_probe(struct i2c_client *client, >>   const struct i2c_device_id *id) >>   { >>   int devid; >> +    const struct of_device_id *of_id; Looks like an inden

[PATCH 012/114] arch: um: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- arch/um/Kconfig | 52 ++-- 1 file changed, 26 insertions(+), 26 deletions

[PATCH 061/114] drivers: sbus: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/sbus/char/Kconfig | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/sbus/char/Kconfig

[PATCH 037/114] arch: powerpc: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- arch/powerpc/Kconfig | 28 ++-- arch/powerpc/kvm/Kconfig | 6

[PATCH 002/114] drivers: iio: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/iio/Kconfig | 24 +-- drivers/iio/accel/Kconfig | 48 +++--- drivers/iio/adc/Kconfig

[PATCH 079/114] drivers: char: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/char/Kconfig | 24 +- drivers/char/agp/Kconfig | 13 +++--- drivers/char/hw_random/Kconfig

[PATCH 092/114] drivers: dma: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/dma/Kconfig | 40 1 file changed, 20 insertions(+), 20 deletions(-) diff

[PATCH 078/114] drivers: firmware: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/firmware/Kconfig | 28 ++-- drivers/firmware/efi/Kconfig | 2 +- 2 files changed, 15

[PATCH 095/114] arch: ia64: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- arch/ia64/Kconfig | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/ia64/Kconfig b/arch

[PATCH 080/114] drivers: devfreq: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/devfreq/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/devfreq/Kconfig b

[PATCH 101/114] drivers: atm: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/atm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/atm/Kconfig b/drivers/atm

[PATCH 097/114] arch: riscv: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- arch/riscv/Kconfig | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/riscv/Kconfig b/arch/riscv

[PATCH 085/114] drivers: auxdisplay: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/auxdisplay/Kconfig | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers

[PATCH 086/114] drivers: cpufreq: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/cpufreq/Kconfig | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/cpufreq

[PATCH 047/114] net: caif: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- net/caif/Kconfig | 48 1 file changed, 24 insertions(+), 24 deletions

[PATCH 039/114] drivers: video: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/video/Kconfig | 5 +- drivers/video/backlight/Kconfig | 28 - drivers/video/console/Kconfig

[PATCH 032/114] sound: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- sound/arm/Kconfig | 2 +- sound/core/Kconfig | 28 +- sound/firewire/Kconfig | 122

[PATCH 062/114] init: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- init/Kconfig | 103 +-- 1 file changed, 51 insertions(+), 52 deletions

[PATCH 111/114] drivers: mcb: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/mcb/Kconfig | 47 ++- 1 file changed, 22 insertions(+), 25 deletions

[PATCH 112/114] drivers: misc: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/misc/Kconfig | 44 ++-- 1 file changed, 22 insertions(+), 22 deletions

[PATCH 099/114] drivers: block: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/block/Kconfig | 32 drivers/block/mtip32xx/Kconfig | 2 +- drivers/block

[PATCH 022/114] security: keys: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- security/keys/Kconfig | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/security

[PATCH 070/114] drivers: hwtracing: coresight: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/hwtracing/coresight/Kconfig | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers

[PATCH 113/114] drivers: rpmsg: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/rpmsg/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/rpmsg/Kconfig b/drivers

[PATCH 071/114] drivers: isdn: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/isdn/hardware/mISDN/Kconfig | 2 +- drivers/isdn/hisax/Kconfig | 4 ++-- 2 files changed, 3 insertions(+), 3

[PATCH 105/114] drivers: hid: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/hid/Kconfig | 496 ++-- 1 file changed, 248 insertions(+), 248

[PATCH 110/114] drivers: hv: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/hv/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hv/Kconfig b/drivers/hv/Kconfig

[PATCH 017/114] drivers: infiniband: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/infiniband/hw/bnxt_re/Kconfig | 12 ++-- drivers/infiniband/ulp/iser/Kconfig | 4 ++-- 2 files changed, 8

[PATCH 109/114] drivers: clocksource: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/clocksource/Kconfig | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git

[PATCH 106/114] drivers: rtc: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/rtc/Kconfig | 82 ++--- 1 file changed, 41 insertions(+), 41 deletions

[PATCH 107/114] drivers: xen: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/xen/Kconfig | 62 ++--- 1 file changed, 31 insertions(+), 31 deletions

[PATCH 104/114] drivers: edac: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/edac/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/edac/Kconfig b/drivers/edac

[PATCH 108/114] drivers: firmware_loader: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/base/firmware_loader/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/base

[PATCH 098/114] crypto: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- crypto/Kconfig | 23 +++ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/crypto/Kconfig b

[PATCH 063/114] drivers: media: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/media/i2c/Kconfig | 6 +- drivers/media/platform/Kconfig | 150

[PATCH 103/114] drivers: iommu: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/iommu/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/iommu/Kconfig b

[PATCH 074/114] drivers: md: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/md/Kconfig | 236 ++--- drivers/md/persistent-data/Kconfig | 15

[PATCH 102/114] drivers: cpuidle: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/cpuidle/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/cpuidle/Kconfig b/drivers

[PATCH 040/114] drivers: usb: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/usb/Kconfig | 2 +- drivers/usb/atm/Kconfig | 2 +- drivers/usb/dwc3/Kconfig

[PATCH 100/114] arch: sparc: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- arch/sparc/Kconfig | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/arch/sparc

[PATCH 087/114] drivers: hwmon: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/hwmon/Kconfig | 40 drivers/hwmon/occ/Kconfig | 20

[PATCH 089/114] drivers: virtio: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/virtio/Kconfig | 44 ++-- 1 file changed, 22 insertions(+), 22 deletions

[PATCH 094/114] arch: nds32: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- arch/nds32/Kconfig | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/arch/nds32/Kconfig b

[PATCH 096/114] arch: openrisc: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- arch/openrisc/Kconfig | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/arch

[PATCH 093/114] arch: h8300: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- arch/h8300/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/h8300/Kconfig b/arch/h8300

[PATCH 016/114] drivers: pcmcia: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/pcmcia/Kconfig | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers

[PATCH 050/114] net: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- net/Kconfig | 14 +-- net/batman-adv/Kconfig | 10 +- net/bluetooth/Kconfig | 2 +- net/ife

[PATCH 091/114] block: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- block/Kconfig | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/block

[PATCH 090/114] certs: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- certs/Kconfig | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/certs/Kconfig b/certs/Kconfig

[PATCH 084/114] drivers: acpi: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/acpi/Kconfig | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/drivers

[PATCH 073/114] drivers: gpu: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/gpu/drm/Kconfig | 8 +++ drivers/gpu/drm/amd/acp/Kconfig | 20

[PATCH 088/114] drivers: irqchip: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/irqchip/Kconfig | 52 - 1 file changed, 26 insertions(+), 26 deletions

[PATCH 077/114] drivers: clk: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/clk/Kconfig | 2 +- drivers/clk/imx/Kconfig | 2 +- drivers/clk/mediatek/Kconfig | 44

[PATCH 083/114] drivers: vme: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/vme/bridges/Kconfig | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/vme

[PATCH 081/114] drivers: memstick: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/memstick/core/Kconfig | 18 +- drivers/memstick/host/Kconfig | 4 ++-- 2 files changed, 11 insertions

[PATCH 072/114] drivers: macintosh: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/macintosh/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/macintosh/Kconfig

[PATCH 067/114] drivers: i2c: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/i2c/Kconfig| 2 +- drivers/i2c/busses/Kconfig | 36 ++-- drivers/i2c/muxes

[PATCH 075/114] drivers: soc: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/soc/fsl/Kconfig | 9 + drivers/soc/qcom/Kconfig | 23 --- drivers/soc/rockchip

[PATCH 058/114] drivers: net: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/net/Kconfig | 64 ++--- drivers/net/appletalk/Kconfig | 1

[PATCH 060/114] drivers: pci: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/pci/Kconfig| 40 +- drivers/pci/controller/Kconfig | 14

[PATCH 066/114] drivers: mtd: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/mtd/nand/onenand/Kconfig | 12 drivers/mtd/ubi/Kconfig | 60

[PATCH 082/114] drivers: pwm: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/pwm/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/pwm/Kconfig b/drivers

[PATCH 076/114] drivers: virt: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/virt/Kconfig | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/virt/Kconfig b

[PATCH 053/114] drivers: pinctrl: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/pinctrl/Kconfig | 18 +- drivers/pinctrl/freescale/Kconfig | 13 --- drivers/pinctrl/mvebu

[PATCH 069/114] drivers: perf: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/perf/Kconfig | 34 +- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git

[PATCH 068/114] drivers: mfd: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/mfd/Kconfig | 62 ++--- 1 file changed, 31 insertions(+), 31 deletions

[PATCH 064/114] drivers: parisc: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/parisc/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/parisc/Kconfig b/drivers

[PATCH 065/114] drivers: regulator: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/regulator/Kconfig | 49 +++ 1 file changed, 24 insertions(+), 25 deletions

[PATCH 034/114] arch: arm: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- arch/arm/Kconfig | 24 +++--- arch/arm/mach-aspeed/Kconfig | 10 - arch/arm/mach-ep93xx

[PATCH 057/114] drivers: power: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/power/avs/Kconfig| 12 +-- drivers/power/supply/Kconfig | 48

[PATCH 051/114] fs: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- fs/9p/Kconfig | 2 -- fs/Kconfig | 6 +++--- fs/autofs/Kconfig | 36

[PATCH 054/114] drivers: platform: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/platform/chrome/Kconfig | 24 +++--- drivers/platform/x86/Kconfig| 165

[PATCH 011/114] drivers: mmc: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/mmc/host/Kconfig | 43 ++- 1 file changed, 22 insertions(+), 21 deletions

[PATCH 052/114] arch: x86: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- arch/x86/Kconfig | 140 +-- arch/x86/kvm/Kconfig | 4 +- arch/x86/xen

[PATCH 044/114] kernel: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- kernel/irq/Kconfig | 26 +++ kernel/power/Kconfig | 12 +-- kernel/rcu/Kconfig | 2 +- kernel/time/Kconfig | 20

[PATCH 056/114] drivers: spi: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/spi/Kconfig | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/drivers/spi

[PATCH 055/114] drivers: crypto: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/crypto/Kconfig | 28 ++-- drivers/crypto/caam/Kconfig| 18

[PATCH 042/114] drivers: tty: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/tty/Kconfig | 45 --- drivers/tty/hvc/Kconfig | 30 +- drivers/tty/serial

[PATCH 031/114] secuirty: integrity: ima: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- security/integrity/ima/Kconfig | 64 +- 1 file changed, 32 insertions(+), 32 deletions

[PATCH 048/114] samples: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- samples/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/Kconfig b/samples/Kconfig

[PATCH 045/114] drivers: char: tpm: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/char/tpm/Kconfig | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/drivers

<    2   3   4   5   6   7   8   9   10   >