File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ struct eeh_pe {
82
82
int false_positives ; /* Times of reported #ff's */
83
83
atomic_t pass_dev_cnt ; /* Count of passed through devs */
84
84
struct eeh_pe * parent ; /* Parent PE */
85
- void * data ; /* PE auxillary data */
85
+ void * data ; /* PE auxiliary data */
86
86
struct list_head child_list ; /* List of PEs below this PE */
87
87
struct list_head child ; /* Memb. child_list/eeh_phb_pe */
88
88
struct list_head edevs ; /* List of eeh_dev in this PE */
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ static int eeh_pe_aux_size = 0;
24
24
static LIST_HEAD (eeh_phb_pe );
25
25
26
26
/**
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
29
29
*
30
- * Set PE auxillary data size
30
+ * Set PE auxiliary data size.
31
31
*/
32
32
void eeh_set_pe_aux_size (int size )
33
33
{
You can’t perform that action at this time.
0 commit comments