Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tty: tty_port: Add a blank line after declarations

Add a blank line after declarations, reported by checkpatch.pl.

Signed-off-by: Xiaofei Tan <tanxiaofei@huawei.com>
Link: https://lore.kernel.org/r/1620811585-18582-17-git-send-email-tanxiaofei@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Xiaofei Tan and committed by
Greg Kroah-Hartman
54ad59a2 16d15f74

+1
+1
drivers/tty/tty_port.c
··· 688 688 clear_bit(TTY_IO_ERROR, &tty->flags); 689 689 if (port->ops->activate) { 690 690 int retval = port->ops->activate(port, tty); 691 + 691 692 if (retval) { 692 693 mutex_unlock(&port->mutex); 693 694 return retval;