diff options
author | Geyslan G. Bem <geyslan@gmail.com> | 2016-01-26 04:45:04 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-04 00:44:05 +0300 |
commit | e2432f06b5669538f79d64d18e60b2c8c05d59f2 (patch) | |
tree | a69527fc0e86ddcd379ba44c5b5877580554da08 /drivers/usb/host/ehci-dbg.c | |
parent | 8d587d64955c42167e6fd413560452d064cd02d1 (diff) | |
download | linux-e2432f06b5669538f79d64d18e60b2c8c05d59f2.tar.xz |
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 <geyslan@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/ehci-dbg.c')
-rw-r--r-- | drivers/usb/host/ehci-dbg.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) |