hwrng: virtio - drop extra empty line

makes code look a bit prettier.

Cc: linux-crypto@vger.kernel.org.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
Michael S. Tsirkin 2015-01-20 14:35:15 +02:00 committed by Herbert Xu
parent 5be4d4c94b
commit e20016a9c6
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ struct virtrng_info {
bool hwrng_removed;
};
static void random_recv_done(struct virtqueue *vq)
{
struct virtrng_info *vi = vq->vdev->priv;