staging: gdm724x: Add blank line after declaration
authorSoumya Negi <soumya.negi97@gmail.com>
Wed, 18 Oct 2023 04:46:07 +0000 (21:46 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 21 Oct 2023 10:00:24 +0000 (12:00 +0200)
Fix WARNING: Missing a blank line after declarations
Issue found by checkpatch.pl

Signed-off-by: Soumya Negi <soumya.negi97@gmail.com>
Acked-by: Andi Shyti <andi.shyti@linux.intel.com>
Link: https://lore.kernel.org/r/20231018044609.22616-1-soumya.negi97@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gdm724x/gdm_tty.c

index 32b2e817ff0477f4966c37534f578a70461a8395..15c246d3b1a3ebeb4b03c189c8d5611c32f84ed1 100644 (file)
@@ -160,6 +160,7 @@ static ssize_t gdm_tty_write(struct tty_struct *tty, const u8 *buf, size_t len)
 
        while (remain) {
                size_t sending_len = min_t(size_t, MUX_TX_MAX_SIZE, remain);
+
                gdm->tty_dev->send_func(gdm->tty_dev->priv_dev,
                                        (void *)(buf + sent_len),
                                        sending_len,