drivers: tty: samsung: fix misleading intendation
authorAnan Jaser <ananjaser@gmail.com>
Tue, 22 Sep 2020 23:00:03 +0000 (03:00 +0400)
committerAnan Jaser <ananjaser@gmail.com>
Tue, 22 Sep 2020 23:00:03 +0000 (03:00 +0400)
Change-Id: I00acbf1c674d63edb7d3ce3d693145c7580945ab

drivers/tty/serial/samsung.c

index 88a0af7a840102455e7755e335eaa7fa3d344157..c37554a6c1762d6acea5a51ad11e21f1be333f9c 100644 (file)
@@ -1696,7 +1696,7 @@ static ssize_t s3c24xx_serial_bt_log(struct file *file, char __user *userbuf, si
 
         if (port && port->state->pm_state == UART_PM_STATE_ON)
                s3c24xx_print_reg_status(ourport);
-               return 0;
+       return 0;
        }
 
        if (copied_bytes + bytes < LOG_BUFFER_SIZE) {