mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-25 13:14:07 +08:00
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>
This commit is contained in:
parent
a7b6864da7
commit
ea3b50c51d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user