powerpc: Various typo fixes
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
@@ -434,7 +434,7 @@ extern void slb_set_size(u16 size);
|
||||
* function. Used in slb_allocate() and do_stab_bolted. The function
|
||||
* computed is: (protovsid*VSID_MULTIPLIER) % VSID_MODULUS
|
||||
*
|
||||
* rt = register continaing the proto-VSID and into which the
|
||||
* rt = register containing the proto-VSID and into which the
|
||||
* VSID will be stored
|
||||
* rx = scratch register (clobbered)
|
||||
*
|
||||
|
@@ -57,7 +57,7 @@ struct pci_dn;
|
||||
/*
|
||||
* The struct is used to trace PE related EEH functionality.
|
||||
* In theory, there will have one instance of the struct to
|
||||
* be created against particular PE. In nature, PEs corelate
|
||||
* be created against particular PE. In nature, PEs correlate
|
||||
* to each other. the struct has to reflect that hierarchy in
|
||||
* order to easily pick up those affected PEs when one particular
|
||||
* PE has EEH errors.
|
||||
|
@@ -32,7 +32,7 @@
|
||||
* - - - - - - U0 U1 U2 U3 W I M G E - UX UW UR SX SW SR
|
||||
*
|
||||
* Newer 440 cores (440x6 as used on AMCC 460EX/460GT) have additional
|
||||
* TLB2 storage attibute fields. Those are:
|
||||
* TLB2 storage attribute fields. Those are:
|
||||
*
|
||||
* TLB2:
|
||||
* 0...10 11 12 13 14 15 16...31
|
||||
|
@@ -802,7 +802,7 @@ struct opal_sg_entry {
|
||||
};
|
||||
|
||||
/*
|
||||
* Candiate image SG list.
|
||||
* Candidate image SG list.
|
||||
*
|
||||
* length = VER | length
|
||||
*/
|
||||
@@ -852,7 +852,7 @@ struct opal_i2c_request {
|
||||
* with individual elements being 16 bits wide to fetch the system
|
||||
* wide EPOW status. Each element in the buffer will contain the
|
||||
* EPOW status in it's bit representation for a particular EPOW sub
|
||||
* class as defiend here. So multiple detailed EPOW status bits
|
||||
* class as defined here. So multiple detailed EPOW status bits
|
||||
* specific for any sub class can be represented in a single buffer
|
||||
* element as it's bit representation.
|
||||
*/
|
||||
|
@@ -210,7 +210,7 @@ static inline long pmac_call_feature(int selector, struct device_node* node,
|
||||
|
||||
/* PMAC_FTR_SOUND_CHIP_ENABLE (struct device_node* node, 0, int value)
|
||||
* enable/disable the sound chip, whatever it is and provided it can
|
||||
* acually be controlled
|
||||
* actually be controlled
|
||||
*/
|
||||
#define PMAC_FTR_SOUND_CHIP_ENABLE PMAC_FTR_DEF(9)
|
||||
|
||||
|
@@ -224,7 +224,7 @@ struct thread_struct {
|
||||
unsigned int align_ctl; /* alignment handling control */
|
||||
#ifdef CONFIG_PPC64
|
||||
unsigned long start_tb; /* Start purr when proc switched in */
|
||||
unsigned long accum_tb; /* Total accumilated purr for process */
|
||||
unsigned long accum_tb; /* Total accumulated purr for process */
|
||||
#ifdef CONFIG_HAVE_HW_BREAKPOINT
|
||||
struct perf_event *ptrace_bps[HBP_NUM];
|
||||
/*
|
||||
|
@@ -104,7 +104,7 @@
|
||||
#define PS3AV_CMD_AV_INPUTLEN_16 0x02
|
||||
#define PS3AV_CMD_AV_INPUTLEN_20 0x0a
|
||||
#define PS3AV_CMD_AV_INPUTLEN_24 0x0b
|
||||
/* alayout */
|
||||
/* av_layout */
|
||||
#define PS3AV_CMD_AV_LAYOUT_32 (1 << 0)
|
||||
#define PS3AV_CMD_AV_LAYOUT_44 (1 << 1)
|
||||
#define PS3AV_CMD_AV_LAYOUT_48 (1 << 2)
|
||||
|
@@ -96,7 +96,7 @@ static inline bool pte_user(pte_t pte)
|
||||
#define PTE_RPN_SHIFT (PAGE_SHIFT)
|
||||
#endif
|
||||
|
||||
/* The mask convered by the RPN must be a ULL on 32-bit platforms with
|
||||
/* The mask covered by the RPN must be a ULL on 32-bit platforms with
|
||||
* 64-bit PTEs
|
||||
*/
|
||||
#if defined(CONFIG_PPC32) && defined(CONFIG_PTE_64BIT)
|
||||
|
@@ -185,7 +185,7 @@
|
||||
* x = processor mask
|
||||
* y = op. point index
|
||||
* z = processor freq. step index
|
||||
* I haven't yet decyphered result codes
|
||||
* I haven't yet deciphered result codes
|
||||
*
|
||||
*/
|
||||
#define SMU_CMD_POWER_COMMAND 0xaa
|
||||
|
@@ -77,7 +77,7 @@
|
||||
* nodes if your board uses the Broadcom PHYs
|
||||
*/
|
||||
#define TSI108_PHY_MV88E 0 /* Marvel 88Exxxx PHY */
|
||||
#define TSI108_PHY_BCM54XX 1 /* Broardcom BCM54xx PHY */
|
||||
#define TSI108_PHY_BCM54XX 1 /* Broadcom BCM54xx PHY */
|
||||
|
||||
/* Global variables */
|
||||
|
||||
|
Reference in New Issue
Block a user