diff options
author | chakravarthikulkarni <chakravarthikulkarni2021@gmail.com> | 2021-03-01 10:21:45 +0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2021-04-16 22:32:18 +0300 |
commit | ea3b50c51d19e2ac00861ac195a3ed5617765255 (patch) | |
tree | 84a6a345ab45d6d05358b715a37cd084a0f14af4 /drivers/pci/hotplug/acpiphp.h | |
parent | a7b6864da7e3fb59c5385bb1c28f3a676dc3da27 (diff) | |
download | linux-ea3b50c51d19e2ac00861ac195a3ed5617765255.tar.xz |
PCI: acpiphp: Fix whitespace issue
Fix coding style for braces.
[bhelgaas: drop comment change]
Link: https://lore.kernel.org/r/20210301072145.19018-1-chakravarthikulkarni2021@gmail.com
Signed-off-by: chakravarthikulkarni <chakravarthikulkarni2021@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/hotplug/acpiphp.h')
-rw-r--r-- | drivers/pci/hotplug/acpiphp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/pci/hotplug/acpiphp.h b/drivers/pci/hotplug/acpiphp.h index a74b274a8c45..1f8ab4377ad8 100644 --- a/drivers/pci/hotplug/acpiphp.h +++ b/drivers/pci/hotplug/acpiphp.h @@ -148,8 +148,7 @@ static inline struct acpiphp_root_context *to_acpiphp_root_context(struct acpi_h * ACPI has no generic method of setting/getting attention status * this allows for device specific driver registration */ -struct acpiphp_attention_info -{ +struct acpiphp_attention_info { int (*set_attn)(struct hotplug_slot *slot, u8 status); int (*get_attn)(struct hotplug_slot *slot, u8 *status); struct module *owner; |