lkml.org 
[lkml]   [2006]   [Jan]   [28]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateSat, 28 Jan 2006 13:23:35 +0100
FromVincent Hanquez <>
SubjectRe: [PATCH 2.6.12.6-xen] sysfs attributes for xen
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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-01-28 13:26    [from the cache]
©2003-2008