Re: [PATCH 15/44 take 2] [UBI] scanning unit header

2007-02-17 Thread Josh Boyer
On Sat, Feb 17, 2007 at 06:07:46PM -0500, Theodore Tso wrote: > > This is a general comment that applies across your entire patchset. > It would be a lot easier to review the patchset if you put the Docbook > description of the function with the .c file instead of the .h file. > This will also mak

Re: [PATCH 15/44 take 2] [UBI] scanning unit header

2007-02-17 Thread Theodore Tso
On Sat, Feb 17, 2007 at 06:55:40PM +0200, Artem Bityutskiy wrote: > +/** > + * ubi_scan_erase_peb - erase a physical eraseblock. > + * > + * @ubi: the UBI device description object > + * @si: a pointer to the scanning information > + * @pnum: physical eraseblock number to erase; > + * @ec: erase co

[PATCH 15/44 take 2] [UBI] scanning unit header

2007-02-17 Thread Artem Bityutskiy
diff -auNrp tmp-from/drivers/mtd/ubi/scan.h tmp-to/drivers/mtd/ubi/scan.h --- tmp-from/drivers/mtd/ubi/scan.h 1970-01-01 02:00:00.0 +0200 +++ tmp-to/drivers/mtd/ubi/scan.h 2007-02-17 18:07:26.0 +0200 @@ -0,0 +1,279 @@ +/* + * Copyright (c) International Business Machines C