[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200829173702.GA22301@embeddedor>
Date: Sat, 29 Aug 2020 12:37:02 -0500
From: "Gustavo A. R. Silva" <gustavoars@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Kees Cook <keescook@...omium.org>, linux-kernel@...r.kernel.org,
"Gustavo A. R. Silva" <gustavoars@...nel.org>
Subject: [GIT PULL] fallthrough fixes for 5.9-rc3
The following changes since commit df561f6688fef775baa341a0f5d960becd248b11:
treewide: Use fallthrough pseudo-keyword (2020-08-23 17:36:59 -0500)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux.git tags/fallthrough-fixes-5.9-rc3
for you to fetch changes up to c165a08d2b2857c91c627039c4881f9d7ad1a3bd:
arm64/cpuinfo: Remove unnecessary fallthrough annotation (2020-08-27 15:44:32 -0500)
----------------------------------------------------------------
fallthrough fixes for 5.9-rc3
Hi Linus,
Please, pull the following patches that fix some minor issues introduced
by the recent treewide fallthrough conversions:
- Fix identation issue.
- Fix erroneous fallthrough annotation.
- Remove unnecessary fallthrough annotation.
- Fix code comment changed by fallthrough conversion.
Thanks
----------------------------------------------------------------
Dan Carpenter (1):
afs: Remove erroneous fallthough annotation
Gustavo A. R. Silva (3):
iio: dpot-dac: fix code comment in dpot_dac_read_raw()
media: dib0700: Fix identation issue in dib8096_set_param_override()
arm64/cpuinfo: Remove unnecessary fallthrough annotation
arch/arm64/kernel/cpuinfo.c | 1 -
drivers/iio/dac/dpot-dac.c | 3 ++-
drivers/media/usb/dvb-usb/dib0700_devices.c | 10 +++++-----
fs/afs/flock.c | 1 -
4 files changed, 7 insertions(+), 8 deletions(-)
Powered by blists - more mailing lists