From: Hollis B. <ho...@us...> - 2008-04-29 15:08:48
|
On Monday 28 April 2008 16:23:04 Jerone Young wrote: > +/* This function is to manipulate a cell with multiple values */ > +void dt_cell_multi(void *fdt, char *node_path, char *property, > + uint32_t *val_array, int size) > +{ > + > + int offset; > + int ret; Could you please be more careful with your whitespace? -- Hollis Blanchard IBM Linux Technology Center |