Skip to content

Commit 39434af

Browse files
ghanshyam1898mpe
authored andcommitted
powerpc/eeh: Fix spelling of the word "auxillary" and update comment
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 <[email protected]> [mpe: Squash into one commit] Signed-off-by: Michael Ellerman <[email protected]> Link: https://msgid.link/2ab034609285b21c309cd8ab26c937c846d37ee7.1703756365.git.ghanshyam1898@gmail.com
1 parent bc8744c commit 39434af

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

arch/powerpc/include/asm/eeh.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ struct eeh_pe {
8282
int false_positives; /* Times of reported #ff's */
8383
atomic_t pass_dev_cnt; /* Count of passed through devs */
8484
struct eeh_pe *parent; /* Parent PE */
85-
void *data; /* PE auxillary data */
85+
void *data; /* PE auxiliary data */
8686
struct list_head child_list; /* List of PEs below this PE */
8787
struct list_head child; /* Memb. child_list/eeh_phb_pe */
8888
struct list_head edevs; /* List of eeh_dev in this PE */

arch/powerpc/kernel/eeh_pe.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ static int eeh_pe_aux_size = 0;
2424
static LIST_HEAD(eeh_phb_pe);
2525

2626
/**
27-
* eeh_set_pe_aux_size - Set PE auxillary data size
28-
* @size: PE auxillary data size
27+
* eeh_set_pe_aux_size - Set PE auxiliary data size
28+
* @size: PE auxiliary data size in bytes
2929
*
30-
* Set PE auxillary data size
30+
* Set PE auxiliary data size.
3131
*/
3232
void eeh_set_pe_aux_size(int size)
3333
{

0 commit comments

Comments
 (0)