minor patches to cpsw and arm conf files
George Neville-Neil
gnn at neville-neil.com
Fri Sep 14 18:21:45 UTC 2012
On Sep 14, 2012, at 14:03 , John-Mark Gurney <jmg at funkthat.com> wrote:
> The first patch removes some dead code, an incorrect comment, and some
> anoying printf's from TI's cpsw driver. I left the other printf's in
> the same function since they are clearly there to denote unimplemented
> functionality.
>
> The second patch fixes up the conf files such that they follow the
> proper format of options<space><tab>... This applied for both
> commented out options and uncommented options... I also fixes a few
> that had "#<space>options" and the like to make it more standard...
>
> for people who care, part of it was automated with:
> for i in `grep -l '^#options<tab>' *'; do sed -e 's/^#options<tab>/options /' < $i > tmp && mv tmp $i; done
> for i in `grep -l '^options<tab>' *'; do sed -e 's/^options<tab>/options /' < $i > tmp && mv tmp $i; done
>
> Anyone have any objections to me committing these?
>
This all looks fine to me. Thanks!
Best,
George
More information about the freebsd-arm
mailing list