git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d865993
)
cbus: retu: search and replace
author
Felipe Balbi
<balbi@ti.com>
Mon, 14 Feb 2011 17:44:56 +0000
(19:44 +0200)
committer
Felipe Balbi
<balbi@ti.com>
Tue, 15 Feb 2011 08:24:55 +0000
(10:24 +0200)
replace all occurrences of retu_read_reg
and retu_write_reg with the internal functions
__retu_read_reg and __retu_write_reg on retu.c
Achieved with the following vim command:
:%s/\<retu_\(read\|write\)_reg(/__retu_\1_reg(retu, /gc
Signed-off-by: Felipe Balbi <balbi@ti.com>
No differences found