Dear Kumar Gala,

In message <fa771a99-42ea-4299-9de1-77afc3273...@kernel.crashing.org> you wrote:
> 
> >> +{
> >> +       const unsigned long input_freq = CONFIG_ICS307_REFCLK_HZ;
> >> +       unsigned long VDW = ((cw1 << 1) & 0x1FE) + ((cw2 >> 7) & 1);
> >> +       unsigned long RDW = cw2 & 0x7F;
> >> +       unsigned long OD = ics307_s_to_od[cw0 & 0x7];
> >> +       unsigned long freq;
> > 
> > Wolfgang just asked me not to use camel caps.
> 
> where are there camel caps?

There aren't. But we do not allow for ALLCAPS identifiers either
(these are reserved for macro names).

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
Behind every great man, there is a woman -- urging him on.
        -- Harry Mudd, "I, Mudd", stardate 4513.3
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to