All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Gustavo A. R. Silva" <gustavo@embeddedor.com>
To: Baruch Siach <baruch@tkos.co.il>,
	"Gustavo A. R. Silva" <gustavoars@kernel.org>
Cc: linux-i2c@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH][next] i2c: digicolor: Use fallthrough pseudo-keyword
Date: Tue, 21 Jul 2020 18:00:45 -0500	[thread overview]
Message-ID: <0a0361b0-dcde-70f8-8fba-6f464c64e081@embeddedor.com> (raw)
In-Reply-To: <20200717043802.uvorspihdh6cvby3@tarshish>

Hi Baruch,

On 7/16/20 23:38, Baruch Siach wrote:
> Hi Gustavo,
> 
> On Thu, Jul 16, 2020 at 05:00:55PM -0500, Gustavo A. R. Silva wrote:
>> Replace the existing /* fall through */ comments and its variants with
>> the new pseudo-keyword macro fallthrough[1].
>>
>> [1] https://www.kernel.org/doc/html/latest/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fall-through
> 
> This URL is likely to break at some point as documentation contest changes. 
> Just refer to in kernel Documentation/process/deprecated.rst file.
> 

You're right. Helpdesk just generated the proper doc for v5.7:

https://www.kernel.org/doc/html/v5.7/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fall-through

> Other than that:
> 
> Acked-by: Baruch Siach <baruch@tkos.co.il>
> 

I'll send v2 with the URL above and your Acked-by, shortly.

Thanks
--
Gustavo

WARNING: multiple messages have this Message-ID (diff)
From: "Gustavo A. R. Silva" <gustavo@embeddedor.com>
To: Baruch Siach <baruch@tkos.co.il>,
	"Gustavo A. R. Silva" <gustavoars@kernel.org>
Cc: linux-i2c@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH][next] i2c: digicolor: Use fallthrough pseudo-keyword
Date: Tue, 21 Jul 2020 18:00:45 -0500	[thread overview]
Message-ID: <0a0361b0-dcde-70f8-8fba-6f464c64e081@embeddedor.com> (raw)
In-Reply-To: <20200717043802.uvorspihdh6cvby3@tarshish>

Hi Baruch,

On 7/16/20 23:38, Baruch Siach wrote:
> Hi Gustavo,
> 
> On Thu, Jul 16, 2020 at 05:00:55PM -0500, Gustavo A. R. Silva wrote:
>> Replace the existing /* fall through */ comments and its variants with
>> the new pseudo-keyword macro fallthrough[1].
>>
>> [1] https://www.kernel.org/doc/html/latest/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fall-through
> 
> This URL is likely to break at some point as documentation contest changes. 
> Just refer to in kernel Documentation/process/deprecated.rst file.
> 

You're right. Helpdesk just generated the proper doc for v5.7:

https://www.kernel.org/doc/html/v5.7/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fall-through

> Other than that:
> 
> Acked-by: Baruch Siach <baruch@tkos.co.il>
> 

I'll send v2 with the URL above and your Acked-by, shortly.

Thanks
--
Gustavo

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2020-07-21 23:15 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-16 22:00 [PATCH][next] i2c: digicolor: Use fallthrough pseudo-keyword Gustavo A. R. Silva
2020-07-16 22:00 ` Gustavo A. R. Silva
2020-07-17  4:38 ` Baruch Siach
2020-07-17  4:38   ` Baruch Siach
2020-07-21 23:00   ` Gustavo A. R. Silva [this message]
2020-07-21 23:00     ` Gustavo A. R. Silva

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=0a0361b0-dcde-70f8-8fba-6f464c64e081@embeddedor.com \
    --to=gustavo@embeddedor.com \
    --cc=baruch@tkos.co.il \
    --cc=gustavoars@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.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.