From: Geyslan G. Bem Date: Tue, 26 Jan 2016 01:45:03 +0000 (-0300) Subject: usb: host: ehci-dbg: add blank line after declarations X-Git-Tag: next-20160210~20^2~28 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8d587d64955c42167e6fd413560452d064cd02d1;p=karo-tx-linux.git usb: host: ehci-dbg: add blank line after declarations This patch fixes coding style issues reported by checkpatch concerning to missing line after variable declarations. 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 9efb2d1ca036..8c55d9a4be83 100644 --- a/drivers/usb/host/ehci-dbg.c +++ b/drivers/usb/host/ehci-dbg.c @@ -1071,6 +1071,7 @@ static int debug_bandwidth_open(struct inode *inode, struct file *file) static int debug_periodic_open(struct inode *inode, struct file *file) { struct debug_buffer *buf; + buf = alloc_buffer(inode->i_private, fill_periodic_buffer); if (!buf) return -ENOMEM;