Re: [PATCH 3/4] WS cleanup: remove trailing white space

2021-09-30 Thread Tom Rini
On Mon, Sep 27, 2021 at 05:42:38PM +0200, Wolfgang Denk wrote:

> Signed-off-by: Wolfgang Denk 
> Reviewed-by: Simon Glass 

Applied to u-boot/next, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Re: [PATCH 3/4] WS cleanup: remove trailing white space

2021-09-27 Thread Simon Glass
On Mon, 27 Sept 2021 at 09:43, Wolfgang Denk  wrote:
>

nit: commit message

> Signed-off-by: Wolfgang Denk 
> ---
>  Licenses/lgpl-2.0.txt |  2 +-
>  Makefile  |  4 ++--
>  arch/arm/include/asm/arch-am33xx/cpu.h|  2 +-
>  arch/arm/lib/lib1funcs.S  |  6 +++---
>  arch/xtensa/include/asm/arch-de212/core.h |  2 +-
>  board/freescale/common/sys_eeprom.c   |  2 +-
>  .../dragonboard820c/dragonboard820c.c |  6 +++---
>  board/warp7/README|  2 +-
>  common/spl/spl_mmc.c  |  2 +-
>  doc/README.distro |  2 +-
>  doc/imx/common/imx6.txt   |  2 +-
>  drivers/misc/atsha204a-i2c.c  |  2 +-
>  drivers/mtd/mtdcore.c |  4 ++--
>  drivers/mtd/nand/raw/nand_base.c  |  2 +-
>  drivers/mtd/nand/raw/nand_util.c  |  2 +-
>  drivers/mtd/ubi/build.c   |  2 +-
>  drivers/net/phy/meson-gxl.c   |  2 +-
>  drivers/ram/stm32_sdram.c |  2 +-
>  drivers/reset/reset-meson.c   | 10 +-
>  drivers/serial/serial_msm.c   |  2 +-
>  drivers/usb/dwc3/dwc3-meson-gxl.c |  2 +-
>  drivers/usb/musb-new/musb_regs.h  |  2 +-
>  drivers/usb/musb-new/musb_uboot.c |  2 +-
>  drivers/usb/musb/musb_hcd.c   |  2 +-
>  drivers/video/anx9804.c   | 10 +-
>  drivers/video/tdo-tl070wsh30.c|  2 +-
>  include/configs/imx6-engicam.h|  2 +-
>  include/linux/mtd/rawnand.h   |  2 +-
>  include/linux/serial_reg.h|  4 ++--
>  scripts/kconfig/gconf.c   |  2 +-
>  tools/asn1_compiler.c |  2 +-
>  tools/patman/test/test01.txt  | 20 +--
>  32 files changed, 56 insertions(+), 56 deletions(-)
>

The spaces in test01.txt were generated by 'git log' and don't seem to
be needed to run the test.

Reviewed-by: Simon Glass