Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

typo fixes: mecanism -> mechanism

Signed-off-by: Adrian Bunk <bunk@stusta.de>

+8 -8
+1 -1
arch/powerpc/kernel/prom_init.c
··· 988 988 } 989 989 990 990 /* 991 - * Initialize memory allocation mecanism, parse "memory" nodes and 991 + * Initialize memory allocation mechanism, parse "memory" nodes and 992 992 * obtain that way the top of memory and RMO to setup out local allocator 993 993 */ 994 994 static void __init prom_init_mem(void)
+1 -1
arch/powerpc/platforms/powermac/cpufreq_32.c
··· 68 68 static unsigned int sleep_freq; 69 69 70 70 /* 71 - * Different models uses different mecanisms to switch the frequency 71 + * Different models uses different mechanisms to switch the frequency 72 72 */ 73 73 static int (*set_speed_proc)(int low_speed); 74 74 static unsigned int (*get_speed_proc)(void);
+1 -1
drivers/macintosh/therm_pm72.h
··· 93 93 * 0. This appear to be safe enough for this first version 94 94 * of the driver, though I would accept any clean patch 95 95 * doing a better use of the device-tree without turning the 96 - * while i2c registration mecanism into a racy mess 96 + * while i2c registration mechanism into a racy mess 97 97 * 98 98 * Note: Xserve changed this. We have some bits on the K2 bus, 99 99 * which I arbitrarily set to 0x200. Ultimately, we really want
+1 -1
drivers/video/aty/radeonfb.h
··· 382 382 /* Note about this function: we have some rare cases where we must not schedule, 383 383 * this typically happen with our special "wake up early" hook which allows us to 384 384 * wake up the graphic chip (and thus get the console back) before everything else 385 - * on some machines that support that mecanism. At this point, interrupts are off 385 + * on some machines that support that mechanism. At this point, interrupts are off 386 386 * and scheduling is not permitted 387 387 */ 388 388 static inline void _radeon_msleep(struct radeonfb_info *rinfo, unsigned long ms)
+1 -1
include/asm-powerpc/of_device.h
··· 9 9 /* 10 10 * The of_platform_bus_type is a bus type used by drivers that do not 11 11 * attach to a macio or similar bus but still use OF probing 12 - * mecanism 12 + * mechanism 13 13 */ 14 14 extern struct bus_type of_platform_bus_type; 15 15
+1 -1
include/asm-powerpc/pmac_pfunc.h
··· 205 205 * 206 206 * The args array contains as many arguments as is required by the function, 207 207 * this is dependent on the function you are calling, unfortunately Apple 208 - * mecanism provides no way to encode that so you have to get it right at 208 + * mechanism provides no way to encode that so you have to get it right at 209 209 * the call site. Some functions require no args, in which case, you can 210 210 * pass NULL. 211 211 *
+1 -1
include/asm-ppc/page.h
··· 170 170 #define VM_DATA_DEFAULT_FLAGS (VM_READ | VM_WRITE | VM_EXEC | \ 171 171 VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC) 172 172 173 - /* We do define AT_SYSINFO_EHDR but don't use the gate mecanism */ 173 + /* We do define AT_SYSINFO_EHDR but don't use the gate mechanism */ 174 174 #define __HAVE_ARCH_GATE_AREA 1 175 175 176 176 #include <asm-generic/memory_model.h>
+1 -1
include/linux/fb.h
··· 557 557 * Frame buffer operations 558 558 * 559 559 * LOCKING NOTE: those functions must _ALL_ be called with the console 560 - * semaphore held, this is the only suitable locking mecanism we have 560 + * semaphore held, this is the only suitable locking mechanism we have 561 561 * in 2.6. Some may be called at interrupt time at this point though. 562 562 */ 563 563