Hello,

On Thu, 17 Nov 2016 14:08:34 -0700, Jeff Law wrote:

> AFAICT this skips the first character regardless of whether or not it is 
> an underscore when skip_underscore is in effect, right. 

Correct.

> Is that intentional?

All symbols in Blackfin are prepended with an underscore, so we're
pretty much guaranteed there is one, and we precisely want to get rid
of this prepended underscore. So I'd say it's good enough to get rid of
the first character, without checking if it's an underscore or not.

Of course, if you think we really want to be extra safe and only remove
it after making sure it's an underscore, I can probably improve the awk
logic to handle this.

Thanks for the feedback!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

Reply via email to