Re: [PATCH 2.6.12.6-xen] sysfs attributes for xen

From: Vincent Hanquez
Date: Sat Jan 28 2006 - 07:23:14 EST


On Fri, Jan 27, 2006 at 06:38:28PM -0800, Greg KH wrote:
> > +
> > +int __init
> > +hyper_sysfs_init(void)
> > +{
> > + int err ;
> > +
> > + if( 0 == (err = subsystem_register(&hypervisor_subsys)) ) {
> > + xen_kset.subsys = &hypervisor_subsys;
> > + err = kset_register(&xen_kset);
> > + }
>
> Is this the xen coding style? If so, it's got to change before making
> it into mainline... Please fix this up.

No, this is not coding style we use for linux related files.
The patch really need to be fix ...

--
Vincent Hanquez
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/