Blank line is added after declarations to maintain code uniformity.

Signed-off-by: Sanjana Srinidhi <sanjanasrinidhi1...@gmail.com>
---
 drivers/ps3/ps3av.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/ps3/ps3av.c b/drivers/ps3/ps3av.c
index 9d66257e1da5..c4ea494ce464 100644
--- a/drivers/ps3/ps3av.c
+++ b/drivers/ps3/ps3av.c
@@ -175,6 +175,7 @@ static int ps3av_vuart_write(struct ps3_system_bus_device 
*dev,
                             const void *buf, unsigned long size)
 {
        int error;
+
        dev_dbg(&dev->core, " -> %s:%d\n", __func__, __LINE__);
        error = ps3_vuart_write(dev, buf, size);
        dev_dbg(&dev->core, " <- %s:%d\n", __func__, __LINE__);
-- 
2.25.1

Reply via email to