mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
Staging: lustre: obdclass: Remove unnecessary return statements
This patch removes return statement which are not required. The warning was detected by checkpatch.pl WARNING: void function return statements are not generally useful Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
3cf8e32d6d
commit
d4d34a5f5d
@@ -523,7 +523,6 @@ void class_obd_list(void)
|
||||
atomic_read(&obd->obd_refcount));
|
||||
}
|
||||
read_unlock(&obd_dev_lock);
|
||||
return;
|
||||
}
|
||||
|
||||
/* Search for a client OBD connected to tgt_uuid. If grp_uuid is
|
||||
|
||||
Reference in New Issue
Block a user