vhost-device/vhost-device-vsock/src
Viresh Kumar 00ad80d736 vhost-device: Don't return bool unnecessarily
Since everyone copied the first bits of code from the I2C crate, the
same issue is present almost everywhere. The returned value isn't
checked at all by the callers. Stop returning bool unnecessarily.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
2023-12-01 09:40:52 +01:00
..
main.rs tree-wide: continue unwinds on join failures 2023-11-20 13:05:48 +05:30
rxops.rs vsock: increase test coverage 2023-11-08 12:34:12 +02:00
rxqueue.rs vsock: increase test coverage 2023-11-08 12:34:12 +02:00
thread_backend.rs vsock: increase test coverage 2023-11-08 12:34:12 +02:00
txbuf.rs vsock: increase test coverage 2023-11-08 12:34:12 +02:00
vhu_vsock_thread.rs vhost-device: Don't return bool unnecessarily 2023-12-01 09:40:52 +01:00
vhu_vsock.rs Update vhost-user-backend to 0.11 series 2023-11-14 10:48:19 +02:00
vsock_conn.rs Update vhost-user-backend to 0.11 series 2023-11-14 10:48:19 +02:00