[PATCH] treewide: Scrub trailing space

Quentin Schulz quentin.schulz at cherry.de
Mon Aug 26 17:48:52 CEST 2024


Hi Marek,

On 8/18/24 10:03 PM, Marek Vasut wrote:
> Remove all trailing space from the code base. No functional change.
> Implemented using the following one-liner:
> $ find . -name \*.c -o -name \*.h -exec sed -i 's@[ \t]\+$@@' {} \;
> 
> Signed-off-by: Marek Vasut <marek.vasut+renesas at mailbox.org>
> ---
> Cc: Francesco Dolcini <francesco.dolcini at toradex.com>
> Cc: Sean Anderson <seanga2 at gmail.com>
> Cc: Simon Glass <sjg at chromium.org>
> Cc: Tom Rini <trini at konsulko.com>
> Cc: u-boot at lists.denx.de
> ---
>   fs/btrfs/conv-funcs.h       |  2 +-
>   fs/ubifs/ubifs.h            |  2 +-
>   include/linux/rbtree.h      |  4 ++--
>   include/linux/zstd_errors.h |  2 +-
>   include/valgrind/memcheck.h |  8 +++----
>   include/valgrind/valgrind.h | 46 +++++++++++++++++------------------
>   lib/dhry/dhry.h             | 48 ++++++++++++++++++-------------------

Some of those seems to be imports from other projects, did we fix 
upstream too so that the day we import new versions of files from those 
projects we don't have to do the work again?

Cheers,
Quentin


More information about the U-Boot mailing list