All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Various cleanups
@ 2020-07-15  9:52 Damien Le Moal
  2020-07-15  9:52 ` [PATCH 1/8] dm raid5: Remove set but unused variable Damien Le Moal
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Damien Le Moal @ 2020-07-15  9:52 UTC (permalink / raw)
  To: dm-devel, Mike Snitzer; +Cc: Damien Le Moal

Mike,

These patches fix various compilation warnings showing up when compiling
with W=1. The last patch addresses a static checker warning (C=1
compilation). There are a lot more of these code checker warnings
remaining that probably could be addressed, some seem to be false
positive though.

Damien Le Moal (8):
  dm raid5: Remove set but unused variable
  dm raid5: Fix compilation warning
  md: Fix compilation warning
  dm raid10: Fix compilation warning
  dm verity: Fix compilation warning
  dm raid: Remove empty if statement
  dm ioctl: Fix compilation warning
  dm init: Set file local variable static

 drivers/md/dm-init.c              |  2 +-
 drivers/md/dm-ioctl.c             |  2 +-
 drivers/md/dm-raid.c              |  2 --
 drivers/md/dm-verity-verify-sig.h | 14 +++++++-------
 drivers/md/md.c                   | 12 ++++++------
 drivers/md/raid10.c               |  4 ++--
 drivers/md/raid5-cache.c          |  4 +---
 drivers/md/raid5.c                | 12 ++++++------
 8 files changed, 24 insertions(+), 28 deletions(-)

-- 
2.26.2

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-07-15 23:03 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-15  9:52 [PATCH 0/8] Various cleanups Damien Le Moal
2020-07-15  9:52 ` [PATCH 1/8] dm raid5: Remove set but unused variable Damien Le Moal
2020-07-15  9:52 ` [PATCH 2/8] dm raid5: Fix compilation warning Damien Le Moal
2020-07-15  9:52 ` [PATCH 3/8] md: " Damien Le Moal
2020-07-15  9:52 ` [PATCH 4/8] dm raid10: " Damien Le Moal
2020-07-15  9:52 ` [PATCH 5/8] dm verity: " Damien Le Moal
2020-07-15  9:52 ` [PATCH 6/8] dm raid: Remove empty if statement Damien Le Moal
2020-07-15  9:52 ` [PATCH 7/8] dm ioctl: Fix compilation warning Damien Le Moal
2020-07-15  9:52 ` [PATCH 8/8] dm init: Set file local variable static Damien Le Moal
2020-07-15 13:42 ` [PATCH 0/8] Various cleanups Mike Snitzer
2020-07-15 23:03   ` Damien Le Moal

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.