mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-08 07:38:10 +00:00
usb: host: ehci-dbg: use a blank line after struct declarations
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>
This commit is contained in:
parent
c768ffb891
commit
e1666317d8
1 changed files with 3 additions and 0 deletions
|
@ -357,6 +357,7 @@ static const struct file_operations debug_async_fops = {
|
||||||
.release = debug_close,
|
.release = debug_close,
|
||||||
.llseek = default_llseek,
|
.llseek = default_llseek,
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct file_operations debug_bandwidth_fops = {
|
static const struct file_operations debug_bandwidth_fops = {
|
||||||
.owner = THIS_MODULE,
|
.owner = THIS_MODULE,
|
||||||
.open = debug_bandwidth_open,
|
.open = debug_bandwidth_open,
|
||||||
|
@ -364,6 +365,7 @@ static const struct file_operations debug_bandwidth_fops = {
|
||||||
.release = debug_close,
|
.release = debug_close,
|
||||||
.llseek = default_llseek,
|
.llseek = default_llseek,
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct file_operations debug_periodic_fops = {
|
static const struct file_operations debug_periodic_fops = {
|
||||||
.owner = THIS_MODULE,
|
.owner = THIS_MODULE,
|
||||||
.open = debug_periodic_open,
|
.open = debug_periodic_open,
|
||||||
|
@ -371,6 +373,7 @@ static const struct file_operations debug_periodic_fops = {
|
||||||
.release = debug_close,
|
.release = debug_close,
|
||||||
.llseek = default_llseek,
|
.llseek = default_llseek,
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct file_operations debug_registers_fops = {
|
static const struct file_operations debug_registers_fops = {
|
||||||
.owner = THIS_MODULE,
|
.owner = THIS_MODULE,
|
||||||
.open = debug_registers_open,
|
.open = debug_registers_open,
|
||||||
|
|
Loading…
Add table
Reference in a new issue