mbox series

[0/2] dm vdo: fix various syntax warnings

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

Message

Matthew Sakai Nov. 5, 2024, 12:25 a.m. UTC
Matthew Sakai (2):
  dm vdo int-map: remove unused parameters
  dm vdo: fix function doc comment formatting

 drivers/md/dm-vdo/block-map.c        |  2 --
 drivers/md/dm-vdo/data-vio.c         |  7 ++++---
 drivers/md/dm-vdo/dedupe.c           |  9 +++++----
 drivers/md/dm-vdo/encodings.c        |  2 +-
 drivers/md/dm-vdo/int-map.c          | 28 +++++++++++-----------------
 drivers/md/dm-vdo/io-submitter.c     |  2 +-
 drivers/md/dm-vdo/packer.c           |  3 +--
 drivers/md/dm-vdo/physical-zone.c    |  2 +-
 drivers/md/dm-vdo/recovery-journal.c |  2 +-
 drivers/md/dm-vdo/slab-depot.c       |  9 +++------
 drivers/md/dm-vdo/vdo.c              |  4 ++--
 11 files changed, 30 insertions(+), 40 deletions(-)