From f3b8787e915dfe31a80e10693b5cc854de92faeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Thu, 18 Jul 2013 18:27:01 +0200 Subject: [PATCH] virtio.h: remove trailing whitespaces. --- headers/private/virtio/virtio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/headers/private/virtio/virtio.h b/headers/private/virtio/virtio.h index fffe0d7512..03792426b4 100644 --- a/headers/private/virtio/virtio.h +++ b/headers/private/virtio/virtio.h @@ -81,7 +81,7 @@ typedef struct { size_t bufferSize); status_t (*write_device_config)(void* cookie, uint8 offset, const void* buffer, size_t bufferSize); - + uint16 (*get_queue_ring_size)(void* cookie, uint16 queue); status_t (*setup_queue)(void* cookie, uint16 queue, phys_addr_t phy); status_t (*setup_interrupt)(void* cookie, uint16 queueCount); @@ -95,7 +95,7 @@ typedef struct { status_t (*negociate_features)(virtio_device cookie, uint32 supported, uint32* negociated, const char* (*get_feature_name)(uint32)); - + status_t (*read_device_config)(virtio_device cookie, uint8 offset, void* buffer, size_t bufferSize); status_t (*write_device_config)(virtio_device cookie, uint8 offset,