[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200708183215.GI11533@embeddedor>
Date: Wed, 8 Jul 2020 13:32:15 -0500
From: "Gustavo A. R. Silva" <gustavoars@...nel.org>
To: Marcel Holtmann <marcel@...tmann.org>
Cc: Johan Hedberg <johan.hedberg@...il.com>,
"David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
linux-bluetooth <linux-bluetooth@...r.kernel.org>,
kernel list <linux-kernel@...r.kernel.org>,
netdev@...r.kernel.org
Subject: Re: [PATCH][next] Bluetooth: Use fallthrough pseudo-keyword
On Wed, Jul 08, 2020 at 06:49:39AM +0200, Marcel Holtmann wrote:
> Hi Gustavo,
>
> > Replace the existing /* fall through */ comments and its variants with
> > the new pseudo-keyword macro fallthrough[1]. Also, remove unnecessary
> > fall-through markings when it is the case.
> >
> > [1] https://www.kernel.org/doc/html/latest/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fall-through
> >
> > Signed-off-by: Gustavo A. R. Silva <gustavoars@...nel.org>
> > ---
> > drivers/bluetooth/bcm203x.c | 2 +-
> > drivers/bluetooth/bluecard_cs.c | 2 --
> > drivers/bluetooth/hci_ll.c | 2 +-
> > drivers/bluetooth/hci_qca.c | 8 +-------
> > net/bluetooth/hci_event.c | 4 ++--
> > net/bluetooth/hci_sock.c | 3 +--
> > net/bluetooth/l2cap_core.c | 19 +++++++++----------
> > net/bluetooth/l2cap_sock.c | 4 ++--
> > net/bluetooth/mgmt.c | 4 ++--
> > net/bluetooth/rfcomm/core.c | 2 +-
> > net/bluetooth/rfcomm/sock.c | 2 +-
> > net/bluetooth/smp.c | 2 +-
> > 12 files changed, 22 insertions(+), 32 deletions(-)
>
> can we split these a little bit between drivers, core and rfcomm. Thanks.
>
Sure thing, no problem. I'll split this up and send again.
Thanks
--
Gustavo
Powered by blists - more mailing lists