Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b3c2ffd5 authored by Adrian Bunk's avatar Adrian Bunk
Browse files

typo fixes: mecanism -> mechanism



Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent 9aaeded7
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -988,7 +988,7 @@ static void reserve_mem(u64 base, u64 size)
}
}


/*
/*
 * Initialize memory allocation mecanism, parse "memory" nodes and
 * Initialize memory allocation mechanism, parse "memory" nodes and
 * obtain that way the top of memory and RMO to setup out local allocator
 * obtain that way the top of memory and RMO to setup out local allocator
 */
 */
static void __init prom_init_mem(void)
static void __init prom_init_mem(void)
+1 −1
Original line number Original line Diff line number Diff line
@@ -68,7 +68,7 @@ static unsigned int cur_freq;
static unsigned int sleep_freq;
static unsigned int sleep_freq;


/*
/*
 * Different models uses different mecanisms to switch the frequency
 * Different models uses different mechanisms to switch the frequency
 */
 */
static int (*set_speed_proc)(int low_speed);
static int (*set_speed_proc)(int low_speed);
static unsigned int (*get_speed_proc)(void);
static unsigned int (*get_speed_proc)(void);
+1 −1
Original line number Original line Diff line number Diff line
@@ -93,7 +93,7 @@ static char * critical_overtemp_path = "/sbin/critical_overtemp";
 * 0. This appear to be safe enough for this first version
 * 0. This appear to be safe enough for this first version
 * of the driver, though I would accept any clean patch
 * of the driver, though I would accept any clean patch
 * doing a better use of the device-tree without turning the
 * doing a better use of the device-tree without turning the
 * while i2c registration mecanism into a racy mess
 * while i2c registration mechanism into a racy mess
 *
 *
 * Note: Xserve changed this. We have some bits on the K2 bus,
 * Note: Xserve changed this. We have some bits on the K2 bus,
 * which I arbitrarily set to 0x200. Ultimately, we really want
 * which I arbitrarily set to 0x200. Ultimately, we really want
+1 −1
Original line number Original line Diff line number Diff line
@@ -382,7 +382,7 @@ struct radeonfb_info {
/* Note about this function: we have some rare cases where we must not schedule,
/* 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
 * 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
 * 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 mechanism. At this point, interrupts are off
 * and scheduling is not permitted
 * and scheduling is not permitted
 */
 */
static inline void _radeon_msleep(struct radeonfb_info *rinfo, unsigned long ms)
static inline void _radeon_msleep(struct radeonfb_info *rinfo, unsigned long ms)
+1 −1
Original line number Original line Diff line number Diff line
@@ -9,7 +9,7 @@
/*
/*
 * The of_platform_bus_type is a bus type used by drivers that do not
 * 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
 * attach to a macio or similar bus but still use OF probing
 * mecanism
 * mechanism
 */
 */
extern struct bus_type of_platform_bus_type;
extern struct bus_type of_platform_bus_type;


Loading