mbox series

[0/5] dm vdo: fix various small nits

Message ID cover.1707886374.git.msakai@redhat.com (mailing list archive)
Headers show
Series dm vdo: fix various small nits | expand

Message

Matthew Sakai Feb. 14, 2024, 4:57 a.m. UTC
Mike Snitzer (5):
  dm vdo string-utils: remove unnecessary includes
  dm vdo dedupe: fix various small nits
  dm vdo: cleanup style for comments in structs
  dm vdo chapter_index: fix a few small nits
  dm vdo delta-index: fix various small nits

 drivers/md/dm-vdo/block-map.h        |  12 +-
 drivers/md/dm-vdo/chapter-index.c    |   9 +-
 drivers/md/dm-vdo/constants.h        |  38 +++---
 drivers/md/dm-vdo/dedupe.c           |  11 +-
 drivers/md/dm-vdo/delta-index.c      |  23 ++--
 drivers/md/dm-vdo/delta-index.h      |   2 +-
 drivers/md/dm-vdo/encodings.h        |   8 +-
 drivers/md/dm-vdo/flush.c            |  28 ++--
 drivers/md/dm-vdo/recovery-journal.h |  22 +--
 drivers/md/dm-vdo/statistics.h       | 194 +++++++++++++--------------
 drivers/md/dm-vdo/string-utils.c     |   6 -
 drivers/md/dm-vdo/vdo.h              |   8 +-
 drivers/md/dm-vdo/vio.c              |  16 +--
 13 files changed, 186 insertions(+), 191 deletions(-)