]> Git Repo - J-linux.git/blobdiff - drivers/pci/hotplug/ibmphp.h
Merge tag 'pwm/for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry...
[J-linux.git] / drivers / pci / hotplug / ibmphp.h
index e90a4ebf6550ab18e46ec7c26b8abbf652c43823..0399c60d2ec1ab27e941094c549c7449abc4008b 100644 (file)
@@ -352,7 +352,7 @@ struct resource_node {
        u32 len;
        int type;               /* MEM, IO, PFMEM */
        u8 fromMem;             /* this is to indicate that the range is from
-                                * from the Memory bucket rather than from PFMem */
+                                * the Memory bucket rather than from PFMem */
        struct resource_node *next;
        struct resource_node *nextRange;        /* for the other mem range on bus */
 };
@@ -736,7 +736,7 @@ struct controller {
 
 int ibmphp_init_devno(struct slot **); /* This function is called from EBDA, so we need it not be static */
 int ibmphp_do_disable_slot(struct slot *slot_cur);
-int ibmphp_update_slot_info(struct slot *);    /* This function is called from HPC, so we need it to not be be static */
+int ibmphp_update_slot_info(struct slot *);    /* This function is called from HPC, so we need it to not be static */
 int ibmphp_configure_card(struct pci_func *, u8);
 int ibmphp_unconfigure_card(struct slot **, int);
 extern const struct hotplug_slot_ops ibmphp_hotplug_slot_ops;
This page took 0.033211 seconds and 4 git commands to generate.