mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] virtio_rng: drop extra empty line
@ 2015-01-15 11:50 Michael S. Tsirkin
  2015-01-15 23:21 ` Herbert Xu
  0 siblings, 1 reply; 5+ messages in thread
From: Michael S. Tsirkin @ 2015-01-15 11:50 UTC (permalink / raw)
  To: linux-kernel
  Cc: Matt Mackall, Herbert Xu, Rusty Russell, Amit Shah, Amos Kong,
	Sasha Levin

makes code look a bit prettier.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
 drivers/char/hw_random/virtio-rng.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/char/hw_random/virtio-rng.c b/drivers/char/hw_random/virtio-rng.c
index 72295ea..3fa2f8a 100644
--- a/drivers/char/hw_random/virtio-rng.c
+++ b/drivers/char/hw_random/virtio-rng.c
@@ -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;
-- 
MST

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-01-20  3:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-15 11:50 [PATCH] virtio_rng: drop extra empty line Michael S. Tsirkin
2015-01-15 23:21 ` Herbert Xu
2015-01-16  7:16   ` Michael S. Tsirkin
2015-01-16  7:17     ` Herbert Xu
2015-01-20  3:47     ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®