Skip to content

Commit

Permalink
staging: vme: style: convert '&(foo)' to '&foo'
Browse files Browse the repository at this point in the history
done with
find . -name '*.c' | xargs perl -p -i -e 's/&\(([^()]+)\)/&$1/g'

Signed-off-by: Emilio G. Cota <cota@braap.org>
Acked-by: Martyn Welch <martyn.welch@ge.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Emilio G. Cota authored and Greg Kroah-Hartman committed Nov 16, 2010
1 parent 7f55f13 commit 886953e
Show file tree
Hide file tree
Showing 4 changed files with 258 additions and 257 deletions.
Loading

0 comments on commit 886953e

Please sign in to comment.