[PATCH 3/3] [POWERPC] dts: kill hardcoded phandles

Vitaly Bordug vitb at kernel.crashing.org
Wed May 9 02:26:08 EST 2007


On Tue, 8 May 2007 07:29:20 -0700
"Loeliger Jon-LOELIGER" <jdl at freescale.com> wrote:

> 
> > > -       interrupt-controller at f8200000 {
> > > -               linux,phandle = <f8200000>;
> > > +		pci_pic:interrupt-controller at f8200000 {
> > 
> > I'd like to establish a convention of putting a space after the : and
> > using capitals for labels unless there's a strong reason not to in a
> > particular case.  It makes them easier to visually distinguish next to
> > the node name.
> 
> Colon-space is easy and I'll buy it.
> I'm not big on uppercase shouting, though.
> 
> Perhaps something more like case or goto labels:?
> 
>     pci_pic:
>         interrupt-contoller at f8200000 {
> 
> if needed?
> 
I used middle solution 
	Pci_pic: interrupt-contoller at f8200000 {
so first letter of the label should be uppercase.
It makes them easily distinguishable and at the same time, not "shouting" manner.


-- 
Sincerely, 
Vitaly



More information about the Linuxppc-dev mailing list