Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [git commit] jpeg: fix typo introduced when fixing the indentation
Date: Sun, 11 Dec 2016 18:40:21 +0100	[thread overview]
Message-ID: <20161211174021.GC3599@free.fr> (raw)
In-Reply-To: <20161211173622.880F881831@busybox.osuosl.org>

Thomas, All,

On 2016-12-11 18:36 +0100, Thomas Petazzoni spake thusly:
> commit: https://git.buildroot.net/buildroot/commit/?id=09d48dce0a75e93d560d129ca5f3883650ee63bf
> branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> ---
>  package/jpeg/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/jpeg/Config.in b/package/jpeg/Config.in
> index 2bcf405..8de45a3 100644
> --- a/package/jpeg/Config.in
> +++ b/package/jpeg/Config.in
> @@ -7,7 +7,7 @@ config BR2_PACKAGE_JPEG
>  config BR2_PACKAGE_JPEG_SIMD_SUPPORT
>         bool
>         default y if BR2_X86_CPU_HAS_MMX || BR2_ARM_CPU_HAS_NEON || \
> -		 BR2_POWERPC_CPU_HAS_ALTIVEC
> +		 BR2_POWERPC_CPU_HAS_ALTIVEC || \
>  		 BR2_aarch64 || BR2_aarch64_be

Alternatively, I think it is easier to read if it is written like that:

    config BR2_PACKAGE_JPEG_SIMD_SUPPORT
        bool
        default y if BR2_X86_CPU_HAS_MMX
        default y if BR2_ARM_CPU_HAS_NEON
        default y if BR2_POWERPC_CPU_HAS_ALTIVEC
        default y if BR2_aarch64 || BR2_aarch64_be

Regards,
Yann E. MORIN.

>  if BR2_PACKAGE_JPEG
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2016-12-11 17:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-11 17:36 [Buildroot] [git commit] jpeg: fix typo introduced when fixing the indentation Thomas Petazzoni
2016-12-11 17:40 ` Yann E. MORIN [this message]
2016-12-11 18:05   ` Thomas Petazzoni

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=20161211174021.GC3599@free.fr \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox