diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2015-01-15 06:50:06 -0500 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2015-01-21 00:58:58 -0500 |
commit | 3c7322405d1efac27cc547fa4d6947cf23871dac (patch) | |
tree | fa213abb325b637ceca800e881dc6dc7122b01be /drivers/char | |
parent | 43b4f721ce6d497648a8d4a21c1d53483090bcf9 (diff) |
virtio_rng: drop extra empty line
makes code look a bit prettier.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/hw_random/virtio-rng.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/hw_random/virtio-rng.c b/drivers/char/hw_random/virtio-rng.c index 72295ea2fd1c..3fa2f8a009b3 100644 --- a/drivers/char/hw_random/virtio-rng.c +++ b/drivers/char/hw_random/virtio-rng.c | |||
@@ -39,7 +39,6 @@ struct virtrng_info { | |||
39 | bool hwrng_removed; | 39 | bool hwrng_removed; |
40 | }; | 40 | }; |
41 | 41 | ||
42 | |||
43 | static void random_recv_done(struct virtqueue *vq) | 42 | static void random_recv_done(struct virtqueue *vq) |
44 | { | 43 | { |
45 | struct virtrng_info *vi = vq->vdev->priv; | 44 | struct virtrng_info *vi = vq->vdev->priv; |