[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210307235401.2011-1-chakravarthikulkarni2021@gmail.com>
Date: Mon, 8 Mar 2021 05:24:01 +0530
From: chakravarthikulkarni <chakravarthikulkarni2021@...il.com>
To: unlisted-recipients:; (no To-header on input)
Cc: chakravarthikulkarni2021@...il.com,
"Rafael J. Wysocki" <rjw@...ysocki.net>,
Len Brown <lenb@...nel.org>,
Bjorn Helgaas <bhelgaas@...gle.com>,
linux-acpi@...r.kernel.org, linux-pci@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] PCI: acpiphp: Fixed coding style of open braces and comments
Fixed WARNING and ERROR message provided by ./checkpatch.pl scripts.
Signed-off-by: chakravarthi kulkarni <chakravarthikulkarni2021@...il.com>
---
drivers/pci/hotplug/acpiphp.h | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/drivers/pci/hotplug/acpiphp.h b/drivers/pci/hotplug/acpiphp.h
index a74b274a8c45..e0964600a78f 100644
--- a/drivers/pci/hotplug/acpiphp.h
+++ b/drivers/pci/hotplug/acpiphp.h
@@ -80,8 +80,8 @@ struct acpiphp_bridge {
struct acpiphp_slot {
struct list_head node;
struct pci_bus *bus;
- struct list_head funcs; /* one slot may have different
- objects (i.e. for each function) */
+ struct list_head funcs; /* one slot may have different */
+ /* objects (i.e. for each function) */
struct slot *slot;
u8 device; /* pci device# */
@@ -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;
--
2.17.1
Powered by blists - more mailing lists