All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Gustavo A. R. Silva" <gustavoars@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Kees Cook <keescook@chromium.org>,
	linux-kernel@vger.kernel.org,
	"Gustavo A. R. Silva" <gustavoars@kernel.org>
Subject: [GIT PULL] fallthrough fixes for 5.9-rc3
Date: Sat, 29 Aug 2020 12:37:02 -0500	[thread overview]
Message-ID: <20200829173702.GA22301@embeddedor> (raw)

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(-)

             reply	other threads:[~2020-08-29 17:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-29 17:37 Gustavo A. R. Silva [this message]
2020-08-29 21:24 ` [GIT PULL] fallthrough fixes for 5.9-rc3 pr-tracker-bot

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=20200829173702.GA22301@embeddedor \
    --to=gustavoars@kernel.org \
    --cc=keescook@chromium.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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.