aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/acpiphp.h
diff options
context:
space:
mode:
authorchakravarthikulkarni <chakravarthikulkarni2021@gmail.com>2021-03-01 12:51:45 +0530
committerBjorn Helgaas <bhelgaas@google.com>2021-04-16 14:32:18 -0500
commitea3b50c51d19e2ac00861ac195a3ed5617765255 (patch)
tree84a6a345ab45d6d05358b715a37cd084a0f14af4 /drivers/pci/hotplug/acpiphp.h
parentPCI: shpchp: Remove unused shpc_writeb() (diff)
downloadlinux-dev-ea3b50c51d19e2ac00861ac195a3ed5617765255.tar.xz
linux-dev-ea3b50c51d19e2ac00861ac195a3ed5617765255.zip
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.h3
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;