forked from luck/tmp_suning_uos_patched
fix typos concerning "acquire"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
732bee7af3
commit
46cd09a7de
@ -60,7 +60,7 @@
|
|||||||
#define SDRC_DLLA_CTRL_V OMAP34XX_SDRC_REGADDR(SDRC_DLLA_CTRL)
|
#define SDRC_DLLA_CTRL_V OMAP34XX_SDRC_REGADDR(SDRC_DLLA_CTRL)
|
||||||
|
|
||||||
.text
|
.text
|
||||||
/* Function to aquire the semaphore in scratchpad */
|
/* Function to acquire the semaphore in scratchpad */
|
||||||
ENTRY(lock_scratchpad_sem)
|
ENTRY(lock_scratchpad_sem)
|
||||||
stmfd sp!, {lr} @ save registers on stack
|
stmfd sp!, {lr} @ save registers on stack
|
||||||
wait_sem:
|
wait_sem:
|
||||||
|
@ -262,7 +262,7 @@ extern void lc_seq_dump_details(struct seq_file *seq, struct lru_cache *lc, char
|
|||||||
* @lc: the lru cache to operate on
|
* @lc: the lru cache to operate on
|
||||||
*
|
*
|
||||||
* Note that the reference counts and order on the active and lru lists may
|
* Note that the reference counts and order on the active and lru lists may
|
||||||
* still change. Returns true if we aquired the lock.
|
* still change. Returns true if we acquired the lock.
|
||||||
*/
|
*/
|
||||||
static inline int lc_try_lock(struct lru_cache *lc)
|
static inline int lc_try_lock(struct lru_cache *lc)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user