]> git.baikalelectronics.ru Git - kernel.git/commit
dm dust: change ret to r in dust_map_read and dust_map
authorBryan Gurney <bgurney@redhat.com>
Fri, 4 Oct 2019 15:42:09 +0000 (11:42 -0400)
committerMike Snitzer <snitzer@redhat.com>
Tue, 5 Nov 2019 19:56:08 +0000 (14:56 -0500)
commit200885bc61ad6f2f1da15ad77676d358bddb63d0
tree46575a42bd53f460a2d107aa65c3dd9f6e3cfcea
parentae639565c2de3491e119efcd9b50ca43d8d83903
dm dust: change ret to r in dust_map_read and dust_map

In the dust_map_read() and dust_map() functions, change the
return code variable "ret" to "r", to match the convention of the
other device-mapper targets.

Signed-off-by: Bryan Gurney <bgurney@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-dust.c