]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
usb: host: ehci-dbg: remove blank line before close brace
authorGeyslan G. Bem <geyslan@gmail.com>
Tue, 26 Jan 2016 01:45:04 +0000 (22:45 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Feb 2016 21:44:05 +0000 (13:44 -0800)
This patch fixes coding style issue reported by checkpatch concerning to
an unnecessary line before close brace.

Signed-off-by: Geyslan G. Bem <geyslan@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-dbg.c

index 8c55d9a4be8366f193ce3f6fcb7cf2aab96bed61..37dac751bac50b834f591ace92db79d8a4d11171 100644 (file)
@@ -1038,7 +1038,6 @@ static ssize_t debug_output(struct file *file, char __user *user_buf,
 
 out:
        return ret;
-
 }
 
 static int debug_close(struct inode *inode, struct file *file)