From: Jani Nikula <jani.nikula@intel.com>
To: Rasmus Villemoes <linux@rasmusvillemoes.dk>,
linux-kernel@vger.kernel.org
Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>,
Rodrigo Vivi <rodrigo.vivi@intel.com>,
intel-gfx@lists.freedesktop.org,
Vishal Kulkarni <vishal@chelsio.com>,
netdev@vger.kernel.org,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-usb@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>,
Julia Lawall <julia.lawall@lip6.fr>
Subject: Re: [PATCH v4] string-choice: add yesno(), onoff(), enableddisabled(), plural() helpers
Date: Wed, 23 Oct 2019 16:26:13 +0300 [thread overview]
Message-ID: <87h83zegp6.fsf@intel.com> (raw)
In-Reply-To: <ab199f9a-844b-47e5-b643-2bf35316d5ef@rasmusvillemoes.dk>
On Wed, 23 Oct 2019, Rasmus Villemoes <linux@rasmusvillemoes.dk> wrote:
> On 23/10/2019 15.13, Jani Nikula wrote:
>> The kernel has plenty of ternary operators to choose between constant
>> strings, such as condition ? "yes" : "no", as well as value == 1 ? "" :
>> "s":
>>
>>
>> v4: Massaged commit message about space savings to make it less fluffy
>> based on Rasmus' feedback.
>
> Thanks, it looks good to me. FWIW,
>
> Acked-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Thanks.
I think the question is, which tree to apply this to, who's going to
pick it up? I'm fine with any route.
BR,
Jani.
--
Jani Nikula, Intel Open Source Graphics Center
WARNING: multiple messages have this Message-ID (diff)
From: Jani Nikula <jani.nikula@intel.com>
To: Rasmus Villemoes <linux@rasmusvillemoes.dk>,
linux-kernel@vger.kernel.org
Cc: linux-usb@vger.kernel.org, netdev@vger.kernel.org,
intel-gfx@lists.freedesktop.org,
Julia Lawall <julia.lawall@lip6.fr>,
Vishal Kulkarni <vishal@chelsio.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH v4] string-choice: add yesno(), onoff(), enableddisabled(), plural() helpers
Date: Wed, 23 Oct 2019 16:26:13 +0300 [thread overview]
Message-ID: <87h83zegp6.fsf@intel.com> (raw)
In-Reply-To: <ab199f9a-844b-47e5-b643-2bf35316d5ef@rasmusvillemoes.dk>
On Wed, 23 Oct 2019, Rasmus Villemoes <linux@rasmusvillemoes.dk> wrote:
> On 23/10/2019 15.13, Jani Nikula wrote:
>> The kernel has plenty of ternary operators to choose between constant
>> strings, such as condition ? "yes" : "no", as well as value == 1 ? "" :
>> "s":
>>
>>
>> v4: Massaged commit message about space savings to make it less fluffy
>> based on Rasmus' feedback.
>
> Thanks, it looks good to me. FWIW,
>
> Acked-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Thanks.
I think the question is, which tree to apply this to, who's going to
pick it up? I'm fine with any route.
BR,
Jani.
--
Jani Nikula, Intel Open Source Graphics Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
WARNING: multiple messages have this Message-ID (diff)
From: Jani Nikula <jani.nikula@intel.com>
To: Rasmus Villemoes <linux@rasmusvillemoes.dk>,
linux-kernel@vger.kernel.org
Cc: linux-usb@vger.kernel.org, netdev@vger.kernel.org,
intel-gfx@lists.freedesktop.org,
Julia Lawall <julia.lawall@lip6.fr>,
Vishal Kulkarni <vishal@chelsio.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [Intel-gfx] [PATCH v4] string-choice: add yesno(), onoff(), enableddisabled(), plural() helpers
Date: Wed, 23 Oct 2019 16:26:13 +0300 [thread overview]
Message-ID: <87h83zegp6.fsf@intel.com> (raw)
Message-ID: <20191023132613.0ytiiay2CJhdBEJbeMdpOEI8Fkjm-wIkNeGoecdTqCc@z> (raw)
In-Reply-To: <ab199f9a-844b-47e5-b643-2bf35316d5ef@rasmusvillemoes.dk>
On Wed, 23 Oct 2019, Rasmus Villemoes <linux@rasmusvillemoes.dk> wrote:
> On 23/10/2019 15.13, Jani Nikula wrote:
>> The kernel has plenty of ternary operators to choose between constant
>> strings, such as condition ? "yes" : "no", as well as value == 1 ? "" :
>> "s":
>>
>>
>> v4: Massaged commit message about space savings to make it less fluffy
>> based on Rasmus' feedback.
>
> Thanks, it looks good to me. FWIW,
>
> Acked-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Thanks.
I think the question is, which tree to apply this to, who's going to
pick it up? I'm fine with any route.
BR,
Jani.
--
Jani Nikula, Intel Open Source Graphics Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2019-10-23 13:26 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-23 13:13 [PATCH v4] string-choice: add yesno(), onoff(), enableddisabled(), plural() helpers Jani Nikula
2019-10-23 13:13 ` [Intel-gfx] " Jani Nikula
2019-10-23 13:21 ` Rasmus Villemoes
2019-10-23 13:21 ` [Intel-gfx] " Rasmus Villemoes
2019-10-23 13:26 ` Jani Nikula [this message]
2019-10-23 13:26 ` Jani Nikula
2019-10-23 13:26 ` Jani Nikula
2019-10-23 22:56 ` Andrew Morton
2019-10-23 22:56 ` [Intel-gfx] " Andrew Morton
2019-10-23 23:46 ` Joe Perches
2019-10-23 23:46 ` [Intel-gfx] " Joe Perches
2019-10-24 7:32 ` Jani Nikula
2019-10-24 7:32 ` [Intel-gfx] " Jani Nikula
2019-10-24 7:32 ` Jani Nikula
2019-10-24 7:40 ` Rasmus Villemoes
2019-10-24 7:40 ` [Intel-gfx] " Rasmus Villemoes
2019-10-24 7:57 ` Rasmus Villemoes
2019-10-24 7:57 ` [Intel-gfx] " Rasmus Villemoes
2019-10-24 7:57 ` Rasmus Villemoes
2019-10-24 2:21 ` ✗ Fi.CI.BUILD: failure for string-choice: add yesno(), onoff(), enableddisabled(), plural() helpers (rev2) Patchwork
2019-10-24 2:21 ` [Intel-gfx] " Patchwork
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=87h83zegp6.fsf@intel.com \
--to=jani.nikula@intel.com \
--cc=akpm@linux-foundation.org \
--cc=gregkh@linuxfoundation.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=joonas.lahtinen@linux.intel.com \
--cc=julia.lawall@lip6.fr \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=linux@rasmusvillemoes.dk \
--cc=netdev@vger.kernel.org \
--cc=rodrigo.vivi@intel.com \
--cc=vishal@chelsio.com \
/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.