powerpc/eeh: Fix spelling of the word "auxillary" and update comment
authorGhanshyam Agrawal <ghanshyam1898@gmail.com>
Thu, 28 Dec 2023 10:15:18 +0000 (15:45 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 7 May 2024 14:16:02 +0000 (00:16 +1000)
Fix spelling of the word "auxillary" in arch/powerpc/kernel/eeh_pe.c
and arch/powerpc/include/asm/eeh.h.

Also update the eeh_set_pe_aux_size() comment to include the units.

Signed-off-by: Ghanshyam Agrawal <ghanshyam1898@gmail.com>
[mpe: Squash into one commit]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/2ab034609285b21c309cd8ab26c937c846d37ee7.1703756365.git.ghanshyam1898@gmail.com
arch/powerpc/include/asm/eeh.h
arch/powerpc/kernel/eeh_pe.c

index 514dd056c2c84b58cec5a2353c87ebc1917eb2fd..91a9fd53254fa979fe8fdbe0e8df9305e9c82d32 100644 (file)
@@ -82,7 +82,7 @@ struct eeh_pe {
        int false_positives;            /* Times of reported #ff's      */
        atomic_t pass_dev_cnt;          /* Count of passed through devs */
        struct eeh_pe *parent;          /* Parent PE                    */
-       void *data;                     /* PE auxillary data            */
+       void *data;                     /* PE auxiliary data            */
        struct list_head child_list;    /* List of PEs below this PE    */
        struct list_head child;         /* Memb. child_list/eeh_phb_pe  */
        struct list_head edevs;         /* List of eeh_dev in this PE   */
index e0ce812796241aae6e310676a2422d6c13cfb7a8..2038454ce86445b3a3987b9d14e4bb892032cd79 100644 (file)
@@ -24,10 +24,10 @@ static int eeh_pe_aux_size = 0;
 static LIST_HEAD(eeh_phb_pe);
 
 /**
- * eeh_set_pe_aux_size - Set PE auxillary data size
- * @size: PE auxillary data size
+ * eeh_set_pe_aux_size - Set PE auxiliary data size
+ * @size: PE auxiliary data size in bytes
  *
- * Set PE auxillary data size
+ * Set PE auxiliary data size.
  */
 void eeh_set_pe_aux_size(int size)
 {