mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
misc: Fix clippy - doc list item overindented
Reported by 1.86.0-beta.1 (f0cb41030 2025-02-17). Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
This commit is contained in:
@@ -146,9 +146,9 @@ where
|
||||
/// Returns:
|
||||
/// - `Ok(())`: the packet has been successfully filled in and is ready for delivery;
|
||||
/// - `Err(VsockError::NoData)`: there was no data available with which to fill in the
|
||||
/// packet;
|
||||
/// packet;
|
||||
/// - `Err(VsockError::PktBufMissing)`: the packet would've been filled in with data, but
|
||||
/// it is missing the data buffer.
|
||||
/// it is missing the data buffer.
|
||||
///
|
||||
fn recv_pkt(&mut self, pkt: &mut VsockPacket) -> VsockResult<()> {
|
||||
// Perform some generic initialization that is the same for any packet operation (e.g.
|
||||
|
||||
Reference in New Issue
Block a user