Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
staging: vme: style: convert '&(foo)' to '&foo'
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