Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
b3c2ffd5
Commit
b3c2ffd5
authored
Jun 30, 2006
by
Adrian Bunk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo fixes: mecanism -> mechanism
Signed-off-by:
Adrian Bunk
<
bunk@stusta.de
>
parent
9aaeded7
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
+8
-8
arch/powerpc/kernel/prom_init.c
arch/powerpc/kernel/prom_init.c
+1
-1
arch/powerpc/platforms/powermac/cpufreq_32.c
arch/powerpc/platforms/powermac/cpufreq_32.c
+1
-1
drivers/macintosh/therm_pm72.h
drivers/macintosh/therm_pm72.h
+1
-1
drivers/video/aty/radeonfb.h
drivers/video/aty/radeonfb.h
+1
-1
include/asm-powerpc/of_device.h
include/asm-powerpc/of_device.h
+1
-1
include/asm-powerpc/pmac_pfunc.h
include/asm-powerpc/pmac_pfunc.h
+1
-1
include/asm-ppc/page.h
include/asm-ppc/page.h
+1
-1
include/linux/fb.h
include/linux/fb.h
+1
-1
No files found.
arch/powerpc/kernel/prom_init.c
View file @
b3c2ffd5
...
...
@@ -988,7 +988,7 @@ static void reserve_mem(u64 base, u64 size)
}
/*
* Initialize memory allocation mecanism, parse "memory" nodes and
* Initialize memory allocation mec
h
anism, parse "memory" nodes and
* obtain that way the top of memory and RMO to setup out local allocator
*/
static
void
__init
prom_init_mem
(
void
)
...
...
arch/powerpc/platforms/powermac/cpufreq_32.c
View file @
b3c2ffd5
...
...
@@ -68,7 +68,7 @@ static unsigned int cur_freq;
static
unsigned
int
sleep_freq
;
/*
* Different models uses different mecanisms to switch the frequency
* Different models uses different mec
h
anisms to switch the frequency
*/
static
int
(
*
set_speed_proc
)(
int
low_speed
);
static
unsigned
int
(
*
get_speed_proc
)(
void
);
...
...
drivers/macintosh/therm_pm72.h
View file @
b3c2ffd5
...
...
@@ -93,7 +93,7 @@ static char * critical_overtemp_path = "/sbin/critical_overtemp";
* 0. This appear to be safe enough for this first version
* of the driver, though I would accept any clean patch
* doing a better use of the device-tree without turning the
* while i2c registration mecanism into a racy mess
* while i2c registration mec
h
anism into a racy mess
*
* Note: Xserve changed this. We have some bits on the K2 bus,
* which I arbitrarily set to 0x200. Ultimately, we really want
...
...
drivers/video/aty/radeonfb.h
View file @
b3c2ffd5
...
...
@@ -382,7 +382,7 @@ struct radeonfb_info {
/* Note about this function: we have some rare cases where we must not schedule,
* this typically happen with our special "wake up early" hook which allows us to
* wake up the graphic chip (and thus get the console back) before everything else
* on some machines that support that mecanism. At this point, interrupts are off
* on some machines that support that mec
h
anism. At this point, interrupts are off
* and scheduling is not permitted
*/
static
inline
void
_radeon_msleep
(
struct
radeonfb_info
*
rinfo
,
unsigned
long
ms
)
...
...
include/asm-powerpc/of_device.h
View file @
b3c2ffd5
...
...
@@ -9,7 +9,7 @@
/*
* The of_platform_bus_type is a bus type used by drivers that do not
* attach to a macio or similar bus but still use OF probing
* mecanism
* mec
h
anism
*/
extern
struct
bus_type
of_platform_bus_type
;
...
...
include/asm-powerpc/pmac_pfunc.h
View file @
b3c2ffd5
...
...
@@ -205,7 +205,7 @@ extern void pmf_do_irq(struct pmf_function *func);
*
* The args array contains as many arguments as is required by the function,
* this is dependent on the function you are calling, unfortunately Apple
* mecanism provides no way to encode that so you have to get it right at
* mec
h
anism provides no way to encode that so you have to get it right at
* the call site. Some functions require no args, in which case, you can
* pass NULL.
*
...
...
include/asm-ppc/page.h
View file @
b3c2ffd5
...
...
@@ -170,7 +170,7 @@ extern __inline__ int get_order(unsigned long size)
#define VM_DATA_DEFAULT_FLAGS (VM_READ | VM_WRITE | VM_EXEC | \
VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC)
/* We do define AT_SYSINFO_EHDR but don't use the gate mecanism */
/* We do define AT_SYSINFO_EHDR but don't use the gate mec
h
anism */
#define __HAVE_ARCH_GATE_AREA 1
#include <asm-generic/memory_model.h>
...
...
include/linux/fb.h
View file @
b3c2ffd5
...
...
@@ -557,7 +557,7 @@ struct fb_pixmap {
* Frame buffer operations
*
* LOCKING NOTE: those functions must _ALL_ be called with the console
* semaphore held, this is the only suitable locking mecanism we have
* semaphore held, this is the only suitable locking mec
h
anism we have
* in 2.6. Some may be called at interrupt time at this point though.
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment