drbd: fix print_st_err()'s prototype to match the definition
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>
Thu, 20 Dec 2018 16:23:39 +0000 (17:23 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Dec 2019 14:37:45 +0000 (15:37 +0100)
commit3a2dfdab05f913eb0cc3e4494d9e8d9d869c3611
tree83c6c4859658cf13fc0ead59bec4930ba7e9ae02
parent262b7951cdf19bb112332f8811f7143647c783df
drbd: fix print_st_err()'s prototype to match the definition

[ Upstream commit 2c38f035117331eb78d0504843c79ea7c7fabf37 ]

print_st_err() is defined with its 4th argument taking an
'enum drbd_state_rv' but its prototype use an int for it.

Fix this by using 'enum drbd_state_rv' in the prototype too.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Signed-off-by: Roland Kammerer <roland.kammerer@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/block/drbd/drbd_state.h