From: Geyslan G. Bem Date: Tue, 26 Jan 2016 01:45:04 +0000 (-0300) Subject: usb: host: ehci-dbg: remove blank line before close brace X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e2432f06b5669538f79d64d18e60b2c8c05d59f2;p=linux-beck.git usb: host: ehci-dbg: remove blank line before close brace This patch fixes coding style issue reported by checkpatch concerning to an unnecessary line before close brace. Signed-off-by: Geyslan G. Bem Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/host/ehci-dbg.c b/drivers/usb/host/ehci-dbg.c index 8c55d9a4be83..37dac751bac5 100644 --- a/drivers/usb/host/ehci-dbg.c +++ b/drivers/usb/host/ehci-dbg.c @@ -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)