Re: [PATCH 09/11] ov534: Cosmetics: fix indentation and hex digits

2010-02-28 Thread Antonio Ospite
On Sun, 28 Feb 2010 19:46:36 +0100 Jean-Francois Moine wrote: > On Sat, 27 Feb 2010 21:20:26 +0100 > Antonio Ospite wrote: > > > * Indent with tabs, not with spaces. > > * Less indentation for controls index comments. > [snip] > > -}, > > +}, > > }; > > I had preferred one more

Re: [PATCH 09/11] ov534: Cosmetics: fix indentation and hex digits

2010-02-28 Thread Jean-Francois Moine
On Sat, 27 Feb 2010 21:20:26 +0100 Antonio Ospite wrote: > * Indent with tabs, not with spaces. > * Less indentation for controls index comments. [snip] > -}, > +}, > }; I had preferred one more TAB for all controls. -- Ken ar c'hentaƱ | ** Breizh ha Linux atav! **

[PATCH 09/11] ov534: Cosmetics: fix indentation and hex digits

2010-02-27 Thread Antonio Ospite
* Indent with tabs, not with spaces. * Less indentation for controls index comments. * Use lowercase hex digits. Signed-off-by: Antonio Ospite --- linux/drivers/media/video/gspca/ov534.c | 128 1 file changed, 64 insertions(+), 64 deletions(-) Index: gsp