diff options
Diffstat (limited to 'drivers/lguest/lguest_device.c')
-rw-r--r-- | drivers/lguest/lguest_device.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/lguest/lguest_device.c b/drivers/lguest/lguest_device.c index 1401c1ace1ec..b6200bc39b58 100644 --- a/drivers/lguest/lguest_device.c +++ b/drivers/lguest/lguest_device.c | |||
@@ -207,8 +207,7 @@ static void lg_reset(struct virtio_device *vdev) | |||
207 | */ | 207 | */ |
208 | 208 | ||
209 | /*D:140 This is the information we remember about each virtqueue. */ | 209 | /*D:140 This is the information we remember about each virtqueue. */ |
210 | struct lguest_vq_info | 210 | struct lguest_vq_info { |
211 | { | ||
212 | /* A copy of the information contained in the device config. */ | 211 | /* A copy of the information contained in the device config. */ |
213 | struct lguest_vqconfig config; | 212 | struct lguest_vqconfig config; |
214 | 213 | ||