Gao feng wrote: > > +virCgroupGetBlkioIoServiced(virCgroupPtr group, > > + long long *bytes_read, > > + long long *bytes_write, > > + long long *requests_read, > > + long long *requests_write) > > +{ > > + long long stats_val; > > + char *str1=NULL, *str2=NULL, *p1, *p2; > please add blank. > char *str1 = NULL, *str2 = NULL, *p1, *p2; > Will do in the v2 patchset going out in a minute. Since this is done quite inconsistently over the code base, adjusted bracket-spacing.pl accordingly & fixed the fallout. Will mail separate patchset today. Cheers, -- Thorsten
Attachment:
signature.asc
Description: Digital signature
-- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list