···988988}989989990990/*991991- * Initialize memory allocation mecanism, parse "memory" nodes and991991+ * Initialize memory allocation mechanism, parse "memory" nodes and992992 * obtain that way the top of memory and RMO to setup out local allocator993993 */994994static void __init prom_init_mem(void)
+1-1
arch/powerpc/platforms/powermac/cpufreq_32.c
···6868static unsigned int sleep_freq;69697070/*7171- * Different models uses different mecanisms to switch the frequency7171+ * Different models uses different mechanisms to switch the frequency7272 */7373static int (*set_speed_proc)(int low_speed);7474static unsigned int (*get_speed_proc)(void);
+1-1
drivers/macintosh/therm_pm72.h
···9393 * 0. This appear to be safe enough for this first version9494 * of the driver, though I would accept any clean patch9595 * doing a better use of the device-tree without turning the9696- * while i2c registration mecanism into a racy mess9696+ * while i2c registration mechanism into a racy mess9797 *9898 * Note: Xserve changed this. We have some bits on the K2 bus,9999 * which I arbitrarily set to 0x200. Ultimately, we really want
+1-1
drivers/video/aty/radeonfb.h
···382382/* Note about this function: we have some rare cases where we must not schedule,383383 * this typically happen with our special "wake up early" hook which allows us to384384 * wake up the graphic chip (and thus get the console back) before everything else385385- * on some machines that support that mecanism. At this point, interrupts are off385385+ * on some machines that support that mechanism. At this point, interrupts are off386386 * and scheduling is not permitted387387 */388388static inline void _radeon_msleep(struct radeonfb_info *rinfo, unsigned long ms)
+1-1
include/asm-powerpc/of_device.h
···99/*1010 * The of_platform_bus_type is a bus type used by drivers that do not1111 * attach to a macio or similar bus but still use OF probing1212- * mecanism1212+ * mechanism1313 */1414extern struct bus_type of_platform_bus_type;1515
+1-1
include/asm-powerpc/pmac_pfunc.h
···205205 *206206 * The args array contains as many arguments as is required by the function,207207 * this is dependent on the function you are calling, unfortunately Apple208208- * mecanism provides no way to encode that so you have to get it right at208208+ * mechanism provides no way to encode that so you have to get it right at209209 * the call site. Some functions require no args, in which case, you can210210 * pass NULL.211211 *
+1-1
include/asm-ppc/page.h
···170170#define VM_DATA_DEFAULT_FLAGS (VM_READ | VM_WRITE | VM_EXEC | \171171 VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC)172172173173-/* We do define AT_SYSINFO_EHDR but don't use the gate mecanism */173173+/* We do define AT_SYSINFO_EHDR but don't use the gate mechanism */174174#define __HAVE_ARCH_GATE_AREA 1175175176176#include <asm-generic/memory_model.h>
+1-1
include/linux/fb.h
···557557 * Frame buffer operations558558 *559559 * LOCKING NOTE: those functions must _ALL_ be called with the console560560- * semaphore held, this is the only suitable locking mecanism we have560560+ * semaphore held, this is the only suitable locking mechanism we have561561 * in 2.6. Some may be called at interrupt time at this point though.562562 */563563