All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] dm vdo: fix various syntax warnings
@ 2024-11-05  0:25 Matthew Sakai
  2024-11-05  0:25 ` [PATCH 1/2] dm vdo int-map: remove unused parameters Matthew Sakai
  2024-11-05  0:25 ` [PATCH 2/2] dm vdo: fix function doc comment formatting Matthew Sakai
  0 siblings, 2 replies; 3+ messages in thread
From: Matthew Sakai @ 2024-11-05  0:25 UTC (permalink / raw)
  To: dm-devel; +Cc: Matthew Sakai

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

-- 
2.45.2


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

end of thread, other threads:[~2024-11-05  0:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-05  0:25 [PATCH 0/2] dm vdo: fix various syntax warnings Matthew Sakai
2024-11-05  0:25 ` [PATCH 1/2] dm vdo int-map: remove unused parameters Matthew Sakai
2024-11-05  0:25 ` [PATCH 2/2] dm vdo: fix function doc comment formatting Matthew Sakai

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.