All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Richard Purdie" <richard.purdie@linuxfoundation.org>
To: Jon Mason <jdmason@kudzu.us>, openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [meta-oe][PATCH v2 1/6] Space-comma Cleanups
Date: Fri, 25 Sep 2020 22:29:12 +0100	[thread overview]
Message-ID: <6a248843f00759ecac0785cea187d8724bd362aa.camel@linuxfoundation.org> (raw)
In-Reply-To: <20200925192810.1372-2-jon.mason@arm.com>

On Fri, 2020-09-25 at 15:28 -0400, Jon Mason wrote:
> Multiple files have " ," instead of ", " in expressions.  This
> changes
> them to conform to the way the rest of them are done.
> 
> Found and corrected via:
> git ls-files | xargs sed -i 's/ ,d/, d/g'
> 
> Signed-off-by: Jon Mason <jon.mason@arm.com>
> ---
>  meta/classes/linuxloader.bbclass              |   2 +-
>  meta/classes/rootfs_rpm.bbclass               |   2 +-
>  meta/conf/machine/include/arm/arch-arm64.inc  |  10 +-
>  meta/conf/machine/include/arm/arch-armv4.inc  |   2 +-
>  meta/conf/machine/include/arm/arch-armv5.inc  |   2 +-
>  meta/conf/machine/include/arm/arch-armv6.inc  |   2 +-
>  meta/conf/machine/include/arm/arch-armv6m.inc |   2 +-
>  meta/conf/machine/include/arm/arch-armv7a.inc |   2 +-
>  .../conf/machine/include/arm/arch-armv7ve.inc |   2 +-
>  .../machine/include/arm/arch-armv8-2a.inc     |   2 +-
>  meta/conf/machine/include/arm/arch-armv8a.inc |   2 +-
>  meta/conf/machine/include/mips/arch-mips.inc  |  16 +-
>  .../conf/machine/include/tune-arm1136jf-s.inc |   2 +-
>  .../conf/machine/include/tune-arm1176jz-s.inc |   2 +-
>  meta/conf/machine/include/tune-arm920t.inc    |   2 +-
>  meta/conf/machine/include/tune-arm926ejs.inc  |   2 +-
>  meta/conf/machine/include/tune-arm9tdmi.inc   |   2 +-
>  meta/conf/machine/include/tune-cortexa15.inc  |   2 +-
>  meta/conf/machine/include/tune-cortexa17.inc  |   2 +-
>  meta/conf/machine/include/tune-cortexa5.inc   |   2 +-
>  .../include/tune-cortexa57-cortexa53.inc      |   2 +-
>  meta/conf/machine/include/tune-cortexa7.inc   |   2 +-
>  .../include/tune-cortexa72-cortexa53.inc      |   2 +-
>  .../include/tune-cortexa73-cortexa53.inc      |   2 +-
>  meta/conf/machine/include/tune-cortexa8.inc   |   2 +-
>  meta/conf/machine/include/tune-cortexa9.inc   |   2 +-
>  meta/conf/machine/include/tune-ep9312.inc     |   2 +-
>  meta/conf/machine/include/tune-iwmmxt.inc     |   2 +-
>  .../machine/include/tune-strongarm1100.inc    |   2 +-
>  meta/conf/machine/include/tune-xscale.inc     |   2 +-
>  meta/conf/machine/include/x86/arch-x86.inc    |  12 +-
>  .../recipes-core/images/core-image-minimal.bb |   2 +-
>  .../qemu/qemu-system-native_5.1.0.bb          |   2 +-
>  meta/recipes-devtools/qemu/qemu_5.1.0.bb      |   4 +-
>  .../vulkan/vulkan-demos_git.bb                |   2 +-
>  meta/recipes-kernel/linux/linux-yocto-dev.bb  |   2 +-
>  .../linux/linux-yocto-rt_5.4.bb               |   2 +-
>  .../linux/linux-yocto-rt_5.8.bb               |   2 +-
>  meta/recipes-kernel/linux/linux-yocto_5.4.bb  |   4 +-
>  meta/recipes-kernel/linux/linux-yocto_5.8.bb  |   4 +-
>  .../libpng/libpng_1.6.37.bb                   |   2 +-
>  scripts/pybootchartgui/pybootchartgui/main.py | 184
> +++++++++++++++++-

Cleanup is good but this last bit doesn't look quite right!

Cheers,

Richard


  reply	other threads:[~2020-09-25 21:29 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-25 19:28 [meta-oe][PATCH v2 0/6] ARMv8 Tune add and reorg Jon Mason
2020-09-25 19:28 ` [meta-oe][PATCH v2 1/6] Space-comma Cleanups Jon Mason
2020-09-25 21:29   ` Richard Purdie [this message]
2020-09-28  1:47     ` [OE-core] " Jon Mason
2020-09-28  2:11       ` Martin Jansa
2020-09-28 13:01         ` Jon Mason
2020-09-28 11:25       ` Richard Purdie
2020-09-25 19:28 ` [meta-oe][PATCH v2 2/6] armv8/tunes: Move TUNECONFLICTS Jon Mason
2020-09-25 19:28 ` [meta-oe][PATCH v2 3/6] armv8/tunes: reference parent's TUNE_FEATURES Jon Mason
2020-09-25 19:28 ` [meta-oe][PATCH v2 4/6] armv8/tunes: Add tunes for supported ARMv8a cores Jon Mason
2020-09-25 19:28 ` [meta-oe][PATCH v2 5/6] armv8/tunes: Add tunes for supported ARMv8.2a cores Jon Mason
2020-09-25 19:28 ` [meta-oe][PATCH v2 6/6] tunes/armv8: move to a new location Jon Mason

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6a248843f00759ecac0785cea187d8724bd362aa.camel@linuxfoundation.org \
    --to=richard.purdie@linuxfoundation.org \
    --cc=jdmason@kudzu.us \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.