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>
This commit is contained in:
committed by
Rusty Russell
parent
43b4f721ce
commit
3c7322405d
@ -39,7 +39,6 @@ struct virtrng_info {
|
|||||||
bool hwrng_removed;
|
bool hwrng_removed;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
static void random_recv_done(struct virtqueue *vq)
|
static void random_recv_done(struct virtqueue *vq)
|
||||||
{
|
{
|
||||||
struct virtrng_info *vi = vq->vdev->priv;
|
struct virtrng_info *vi = vq->vdev->priv;
|
||||||
|
Reference in New Issue
Block a user