mbox series

[0/2] dm-dust: return variable cleanups

Message ID 1570203729-22034-1-git-send-email-bgurney@redhat.com (mailing list archive)
Headers show
Series dm-dust: return variable cleanups | expand

Message

Bryan Gurney Oct. 4, 2019, 3:42 p.m. UTC
This patch series cleans up the return / result variables in dm-dust
to use the conventional "r" return variable.

Bryan Gurney (2):
  dm dust: change result vars to r
  dm dust: change ret to r in dust_map_read and dust_map

 drivers/md/dm-dust.c | 46 ++++++++++++++++++++++----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)