]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
usb: host: ehci-dbg: use a blank line after struct declarations
authorGeyslan G. Bem <geyslan@gmail.com>
Tue, 26 Jan 2016 01:45:01 +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 issues reported by checkpatch concerning
to missing line after struct declarations.

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 44ca2263984173ba5cb96b202f20b7ffe9def88a..7e070144ec69f604da1abd59a8fec4e0071b71da 100644 (file)
@@ -357,6 +357,7 @@ static const struct file_operations debug_async_fops = {
        .release        = debug_close,
        .llseek         = default_llseek,
 };
+
 static const struct file_operations debug_bandwidth_fops = {
        .owner          = THIS_MODULE,
        .open           = debug_bandwidth_open,
@@ -364,6 +365,7 @@ static const struct file_operations debug_bandwidth_fops = {
        .release        = debug_close,
        .llseek         = default_llseek,
 };
+
 static const struct file_operations debug_periodic_fops = {
        .owner          = THIS_MODULE,
        .open           = debug_periodic_open,
@@ -371,6 +373,7 @@ static const struct file_operations debug_periodic_fops = {
        .release        = debug_close,
        .llseek         = default_llseek,
 };
+
 static const struct file_operations debug_registers_fops = {
        .owner          = THIS_MODULE,
        .open           = debug_registers_open,