PCI: acpiphp: Fix whitespace issue
authorchakravarthikulkarni <chakravarthikulkarni2021@gmail.com>
Mon, 1 Mar 2021 07:21:45 +0000 (12:51 +0530)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 16 Apr 2021 19:32:18 +0000 (14:32 -0500)
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>
drivers/pci/hotplug/acpiphp.h

index a74b274..1f8ab43 100644 (file)
@@ -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;