Commit e2432f06 authored by Geyslan G. Bem's avatar Geyslan G. Bem Committed by Greg Kroah-Hartman

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: default avatarGeyslan G. Bem <geyslan@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8d587d64
...@@ -1038,7 +1038,6 @@ static ssize_t debug_output(struct file *file, char __user *user_buf, ...@@ -1038,7 +1038,6 @@ static ssize_t debug_output(struct file *file, char __user *user_buf,
out: out:
return ret; return ret;
} }
static int debug_close(struct inode *inode, struct file *file) static int debug_close(struct inode *inode, struct file *file)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment